diff options
Diffstat (limited to 'abs/extra')
-rw-r--r-- | abs/extra/bluez-python/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra/bluez-python/PKGBUILD b/abs/extra/bluez-python/PKGBUILD index fcf2639..9738eb7 100644 --- a/abs/extra/bluez-python/PKGBUILD +++ b/abs/extra/bluez-python/PKGBUILD @@ -2,7 +2,7 @@ pkgname=bluez-python pkgver=0.1.4 -pkgrel=1 +pkgrel=2 pkgdesc="A BlueZ python binding on top of dbus-python" arch=(i686 x86_64) url="http://code.google.com/p/bluez-python" @@ -13,5 +13,5 @@ md5sums=('013f283d3c32765e67c89ebf7f5470ea') build() { cd $startdir/src/$pkgname - python setup.py install --root=$startdir/pkg + python2 setup.py install --root=$startdir/pkg } |