summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2014-05-08 17:15:45 -0600
committerBrian Bidulock2015-07-10 20:56:41 -0600
commit1be6781fb43c6163d07d0a6a825afda2f73b7810 (patch)
treed76b0eab3441923cd8cddae7a6ce1c8c8b1d6e84
parentd40edf54f70e95d6cc463221d3e2e4f2af69c98b (diff)
downloadaur-1be6781fb43c6163d07d0a6a825afda2f73b7810.tar.gz
version 0.5.14-19
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5613527cfd1..48b919c6f54b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hal
pkgdesc = Hardware Abstraction Layer
pkgver = 0.5.14
- pkgrel = 18
+ pkgrel = 19
url = http://www.freedesktop.org/wiki/Software/hal
install = hal.install
arch = i686
@@ -19,9 +19,9 @@ pkgbase = hal
depends = dmidecode
depends = pciutils>=3.0.2
depends = usbutils>=006
- depends = pm-utils>=1.2.5
depends = util-linux>=2.24
depends = v4l-utils
+ optdepends = pm-utils>=1.2.5: suspend, shutdown, reboot functions
options = !libtool
options = !makeflags
source = http://hal.freedesktop.org/releases/hal-0.5.14.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 8c02c672d5bf..7110d9bd6864 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,13 @@
pkgname=hal
pkgver=0.5.14
-pkgrel=18
+pkgrel=19
pkgdesc="Hardware Abstraction Layer"
arch=(i686 x86_64)
license=('GPL' 'custom')
url="http://www.freedesktop.org/wiki/Software/hal"
-depends=('dbus-glib>=0.82' 'libusb-compat' 'systemd>=189' 'filesystem>=2012' 'hal-info>=0.20090716' 'dmidecode' 'pciutils>=3.0.2' 'usbutils>=006' 'pm-utils>=1.2.5' 'util-linux>=2.24' 'v4l-utils')
+depends=('dbus-glib>=0.82' 'libusb-compat' 'systemd>=189' 'filesystem>=2012' 'hal-info>=0.20090716' 'dmidecode' 'pciutils>=3.0.2' 'usbutils>=006' 'util-linux>=2.24' 'v4l-utils')
+optdepends=('pm-utils>=1.2.5: suspend, shutdown, reboot functions')
makedepends=('pkg-config' 'gperf' 'libtool')
options=('!libtool' '!makeflags')
install=hal.install