aboutsummaryrefslogtreecommitdiffstats
path: root/main/bluez/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/bluez/APKBUILD')
-rw-r--r--main/bluez/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/main/bluez/APKBUILD b/main/bluez/APKBUILD
index 988eab3440..a6d17ea4b4 100644
--- a/main/bluez/APKBUILD
+++ b/main/bluez/APKBUILD
@@ -1,12 +1,12 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=bluez
-pkgver=4.96
-pkgrel=0
+pkgver=4.99
+pkgrel=1
pkgdesc="Tools for the Bluetooth protocol stack"
url="http://www.bluez.org/"
arch="all"
license="GPL2"
-depends="consolekit"
+depends="consolekit dbus"
replaces="udev"
makedepends="dbus-dev gst-plugins-base-dev alsa-lib-dev libusb-compat-dev
libnl-dev consolekit-dev udev-dev"
@@ -36,7 +36,6 @@ build() {
--enable-pand \
--enable-dund \
--enable-cups \
- --enable-configfiles \
|| return 1
make || return 1
}
@@ -76,6 +75,6 @@ gstreamer() {
mv "$pkgdir"/usr/lib/gstreamer* \
"$subpkgdir"/usr/lib/
}
-md5sums="255c3dda8b93210ab0dcf8d04ddaf69f bluez-4.96.tar.bz2
+md5sums="2387053eb5a7b02f37df4871df022a02 bluez-4.99.tar.bz2
c511078403d7d27673581a8bb468b90b bluetooth.initd
a159d897a057f4675548327329c4cc22 bluetooth.confd"