From ce2c9aa7761984c21ed607057ef5c7030543d225 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 2 Jul 2014 09:44:20 +0200 Subject: update dist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- dist/archlinux/stable/PKGBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'dist/archlinux') 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" } -- cgit v1.2.3-70-g09d2