diff options
Diffstat (limited to 'extra/bluez')
-rw-r--r-- | extra/bluez/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/bluez/PKGBUILD b/extra/bluez/PKGBUILD index f1c82b6ca..286957cf6 100644 --- a/extra/bluez/PKGBUILD +++ b/extra/bluez/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 189679 2013-07-04 14:55:32Z tomegun $ +# $Id: PKGBUILD 194652 2013-09-20 13:20:06Z tomegun $ # Maintainer: Tom Gundersen <teg@jklm.no> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Geoffroy Carrier <geoffroy@archlinux.org> pkgbase=bluez pkgname=('bluez' 'bluez-utils' 'bluez-libs') -pkgver=5.7 +pkgver=5.9 pkgrel=1 url="http://www.bluez.org/" arch=('i686' 'x86_64' 'mips64el') license=('GPL2') -makedepends=('libusb-compat' 'dbus' 'libical' 'systemd') +makedepends=('dbus' 'libical' 'systemd') options=(!libtool) source=("http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2") @@ -65,11 +65,11 @@ package_bluez-libs() { } package_bluez-utils() { pkgdesc="Development and debugging utilities for the bluetooth protocol stack" - depends=('systemd' 'libusb-compat') + depends=('systemd') conflicts=('bluez-hcidump') provides=('bluez-hcidump') replaces=('bluez-hcidump' 'bluez<=4.101') mv "$srcdir/_utils"/* "$pkgdir" } -md5sums=('eb883ce61753bd3f300a531bcc2af49e') +md5sums=('6edaf60d09ee32942a739f80ea847db1') |