Date: Friday, September 10, 2010 @ 16:42:29 Author: andrea Revision: 90355
upgpkg: bluez 4.71-2 python2 rebuild Modified: bluez/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-09-10 20:42:27 UTC (rev 90354) +++ PKGBUILD 2010-09-10 20:42:29 UTC (rev 90355) @@ -4,7 +4,7 @@ pkgname=bluez pkgver=4.71 -pkgrel=1 +pkgrel=2 pkgdesc="Libraries and tools for the Bluetooth protocol stack" url="http://www.bluez.org/" arch=('i686' 'x86_64') @@ -75,6 +75,7 @@ install -Dm644 ${srcdir}/bluetooth.conf.d \ ${pkgdir}/etc/conf.d/bluetooth + sed -i 's#/usr/bin/python#/usr/bin/python2#' test/simple-agent install -Dm755 test/simple-agent \ ${pkgdir}/usr/bin/bluez-simple-agent }
