summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD14
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e629093db4aa..275fe3ec7d49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hal-info
pkgdesc = Hardware Abstraction Layer information files
pkgver = 0.20091130
- pkgrel = 2
+ pkgrel = 3
url = http://www.freedesktop.org/wiki/Software/hal
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 2eb17b160699..f8c8f63cd81e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,9 @@
-# $Id: PKGBUILD 61556 2009-12-19 19:16:58Z jgc $
-# Maintainer: Jan de Groot <jgc@archlinux.org>
-
+# Maintainer: Brian Bidulock <bidulock@openss7.org>
+# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=hal-info
_date=20091130
pkgver=0.${_date}
-pkgrel=2
+pkgrel=3
pkgdesc="Hardware Abstraction Layer information files"
arch=(any)
options=('!emptydirs')
@@ -15,7 +14,12 @@ md5sums=('34375489a02a00b250fdc0b280be11b8')
build() {
cd "${srcdir}/${pkgname}-${_date}"
- ./configure --prefix=/usr --sysconfdir=/etc --enable-killswitch-dell-wlan=no --enable-killswitch-dell-bluetooth=no --enable-killswitch-dell-wwan=no
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --enable-killswitch-dell-wlan=no \
+ --enable-killswitch-dell-bluetooth=no \
+ --enable-killswitch-dell-wwan=no
make
}