diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-07-02 09:44:20 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-07-02 09:44:20 +0200 |
commit | ce2c9aa7761984c21ed607057ef5c7030543d225 (patch) | |
tree | 1c97cd47a722ddc3262dceb88eabb47b7a269976 /dist | |
parent | typo (diff) | |
download | xpybar-ce2c9aa7761984c21ed607057ef5c7030543d225.tar.gz xpybar-ce2c9aa7761984c21ed607057ef5c7030543d225.tar.bz2 xpybar-ce2c9aa7761984c21ed607057ef5c7030543d225.tar.xz |
update dist
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'dist')
-rw-r--r-- | dist/archlinux/stable/PKGBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD index 230e3ab..760650f 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -8,10 +8,13 @@ arch=(any) url="https://github.com/maandree/xpybar" license=('GPL3' 'AGPL3') depends=(python3 argparser python3-xlib xorg-xrandr) -optdepends=("linux: most of the monitors require Linux's procfs or sysfs") +optdepends=("linux: most of the monitors require Linux's procfs or sysfs" + "wget: for Internet services" + "python-pyalsaaudio: for ALSA volume control" + "hdparm: hdparm: for hdparm support") makedepends=(make coreutils sed zip) source=($url/archive/$pkgver.tar.gz) -sha256sums=(2c8a0dea2ac41c36f7c23ecb3cee0b38007db2c6b373b2e460c4cf712b7f8ddc) +sha256sums=(a73c5d99346e05dda3392a4ebb9a573058380bf234a2d83a6ba4126594f7e8b3) build() { @@ -23,5 +26,6 @@ build() { package() { cd "$srcdir/$pkgname-$pkgver" make PREFIX=/usr install DESTDIR="$pkgdir" + chmod 4755 "$pkgdir/usr/bin/restricted-hdparm" } |