Date: Saturday, September 25, 2010 @ 15:02:07 Author: andrea Revision: 91265
upgpkg: bluez 4.72-1 upstream release Modified: bluez/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-09-25 18:52:40 UTC (rev 91264) +++ PKGBUILD 2010-09-25 19:02:07 UTC (rev 91265) @@ -3,8 +3,8 @@ # Contributor: Geoffroy Carrier <[email protected]> pkgname=bluez -pkgver=4.71 -pkgrel=2 +pkgver=4.72 +pkgrel=1 pkgdesc="Libraries and tools for the Bluetooth protocol stack" url="http://www.bluez.org/" arch=('i686' 'x86_64') @@ -27,7 +27,7 @@ source=("http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2" 'bluetooth.conf.d' 'rc.bluetooth') -md5sums=('edd0a81bb6547739ac3a4e0d61dbd7a0' +md5sums=('1e7e4261954275076479a08dbeae26ca' '8f60a5eb9d84b9c64c478d63e1c24b10' 'ca4c39eb4bb201bd2eacad01492cd735') @@ -75,7 +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 +# sed -i 's#/usr/bin/python#/usr/bin/python2#' test/simple-agent install -Dm755 test/simple-agent \ ${pkgdir}/usr/bin/bluez-simple-agent }
