diff options
Diffstat (limited to 'extra/bluez/PKGBUILD')
-rw-r--r-- | extra/bluez/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/extra/bluez/PKGBUILD b/extra/bluez/PKGBUILD index d8d7050b2..565602ac1 100644 --- a/extra/bluez/PKGBUILD +++ b/extra/bluez/PKGBUILD @@ -1,24 +1,23 @@ -# $Id: PKGBUILD 147730 2012-01-27 15:54:11Z heftig $ +# $Id: PKGBUILD 150898 2012-02-23 13:54:59Z allan $ # Maintainer: # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Geoffroy Carrier <geoffroy@archlinux.org> pkgname=bluez pkgver=4.98 -pkgrel=2 +pkgrel=3 pkgdesc="Libraries and tools for the Bluetooth protocol stack" url="http://www.bluez.org/" arch=('i686' 'x86_64' 'mips64el') license=('GPL2') depends=('dbus-core') -makedepends=('gstreamer0.10-base' 'libusb-compat' 'libnl' 'libsndfile') +makedepends=('gstreamer0.10-base' 'libusb-compat' 'libsndfile') optdepends=("gstreamer0.10-base: bluetooth GStreamer support" "alsa-lib: Audio bluetooth devices support" "dbus-python: to run bluez-simple-agent" "pygobject: to run bluez-simple-agent" "libusb-compat: USB adapters support" - "cups: CUPS backend" - "libnl: netlink plugin") + "cups: CUPS backend") conflicts=('bluez-libs' 'bluez-utils') provides=('bluez-libs' 'bluez-utils') replaces=('bluez-libs' 'bluez-utils') |