summaryrefslogtreecommitdiff
path: root/extra/bluez/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/bluez/PKGBUILD')
-rw-r--r--extra/bluez/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/extra/bluez/PKGBUILD b/extra/bluez/PKGBUILD
index 5978c8b5e..2438b81ae 100644
--- a/extra/bluez/PKGBUILD
+++ b/extra/bluez/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 122436 2011-05-04 06:56:54Z andrea $
+# $Id: PKGBUILD 125758 2011-05-29 12:01:04Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Geoffroy Carrier <geoffroy@archlinux.org>
pkgname=bluez
pkgver=4.93
-pkgrel=1
+pkgrel=2
pkgdesc="Libraries and tools for the Bluetooth protocol stack"
url="http://www.bluez.org/"
arch=('i686' 'x86_64' 'mips64el')
@@ -49,7 +49,7 @@ build() {
--enable-pand \
--enable-dund \
--enable-cups \
- --disable-udevrules \
+ --enable-udevrules \
--enable-configfiles
make
}
@@ -73,4 +73,7 @@ package() {
install -Dm755 test/simple-agent ${pkgdir}/usr/bin/bluez-simple-agent
sed -i 's#/usr/bin/python#/usr/bin/python2#' \
${pkgdir}/usr/bin/bluez-simple-agent
+
+ # http://mailman.archlinux.org/pipermail/arch-general/2011-April/019787.html
+ rm "${pkgdir}"/lib/udev/rules.d/97-bluetooth.rules
}