Date: Tuesday, June 11, 2013 @ 18:47:05 Author: tomegun Revision: 188174
upgpkg: bluez4 4.101-2 make python2 optional Modified: bluez4/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-06-11 16:25:35 UTC (rev 188173) +++ PKGBUILD 2013-06-11 16:47:05 UTC (rev 188174) @@ -5,17 +5,18 @@ pkgname=bluez4 pkgver=4.101 -pkgrel=1 +pkgrel=2 pkgdesc="Deprecated daemon and tools for the Bluetooth protocol stack" url="http://www.bluez.org/" arch=('i686' 'x86_64') license=('GPL2') -depends=('dbus' 'python2') +depends=('dbus') conflicts=('bluez') replaces=("bluez<=$pkgver") makedepends=('gstreamer0.10-base' 'libusb-compat' 'libsndfile' 'libusbx') optdepends=("gstreamer0.10-base: bluetooth GStreamer support" "alsa-lib: Audio bluetooth devices support" + "python2: to run bluez-simple-agent" "dbus-python: to run bluez-simple-agent" "pygobject: to run bluez-simple-agent" "libusb-compat: USB adapters support"
