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, 5 insertions, 4 deletions
diff --git a/extra/bluez/PKGBUILD b/extra/bluez/PKGBUILD
index ce5703b3c..b060bc402 100644
--- a/extra/bluez/PKGBUILD
+++ b/extra/bluez/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 121271 2011-04-30 00:03:52Z andrea $
+# $Id: PKGBUILD 122436 2011-05-04 06:56:54Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Geoffroy Carrier <geoffroy@archlinux.org>
pkgname=bluez
-pkgver=4.92
+pkgver=4.93
pkgrel=1
pkgdesc="Libraries and tools for the Bluetooth protocol stack"
url="http://www.bluez.org/"
@@ -27,7 +27,7 @@ backup=(etc/bluetooth/{main,rfcomm,audio,network,input,serial}.conf
source=("http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2"
'bluetooth.conf.d'
'rc.bluetooth')
-md5sums=('33bb9a75239889c5ee5fbc666ad41c5c'
+md5sums=('f60027b7c3bf0f9d24b5935d5f51477e'
'8f60a5eb9d84b9c64c478d63e1c24b10'
'ca4c39eb4bb201bd2eacad01492cd735')
@@ -44,11 +44,12 @@ build() {
--enable-tools \
--enable-bccmd \
--enable-dfutool \
+ --enable-hid2hci \
--enable-hidd \
--enable-pand \
--enable-dund \
--enable-cups \
- --enable-udevrules \
+ --disable-udevrules \
--enable-configfiles
make
}