summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3fb232d0778..cdfd887f41f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hal
pkgdesc = Hardware Abstraction Layer
pkgver = 0.5.14
- pkgrel = 22
+ pkgrel = 23
url = http://www.freedesktop.org/wiki/Software/hal
install = hal.install
arch = i686
@@ -14,6 +14,7 @@ pkgbase = hal
depends = hal-info>=0.20090716
depends = dmidecode
depends = v4l-utils
+ depends = pciutils
optdepends = acpid>=2.0
optdepends = pm-utils>=1.2.5
options = !libtool
diff --git a/PKGBUILD b/PKGBUILD
index e3f30e4674d8..ed15eeef0094 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: David Roheim <david.roheim@gmail.com>
+# Maintainer: Brian Bidulock <bidulock@openss7.org>
+# Contributor: David Roheim <david.roheim@gmail.com>
# Contributor: Rohit Manokaran <rohit000@live.com>
# Contributor: James An <james@jamesan.ca>
# Contributor: Rohit Manokaran <rohitmanokaran@yahoo.com>
@@ -10,12 +11,12 @@
pkgname=hal
pkgver=0.5.14
-pkgrel=22
+pkgrel=23
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' 'hal-info>=0.20090716' 'dmidecode' 'v4l-utils')
+depends=('dbus-glib>=0.82' 'libusb-compat' 'hal-info>=0.20090716' 'dmidecode' 'v4l-utils' 'pciutils')
optdepends=('acpid>=2.0' 'pm-utils>=1.2.5')
makedepends=('gperf')
options=('!libtool' '!makeflags')