summaryrefslogtreecommitdiffstats
path: root/abs/extra/bluez-python
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2010-11-19 03:35:21 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2010-11-19 03:35:21 (GMT)
commit0c0f25b95d832c45ee8a2bda0e53c2af46d13654 (patch)
tree2491f40bb5bdf4f622b4013523774f3c88ab21b9 /abs/extra/bluez-python
parent1d0ad93016396a264220b360f6b7bac28208c5c2 (diff)
downloadlinhes_pkgbuild-0c0f25b95d832c45ee8a2bda0e53c2af46d13654.zip
linhes_pkgbuild-0c0f25b95d832c45ee8a2bda0e53c2af46d13654.tar.gz
linhes_pkgbuild-0c0f25b95d832c45ee8a2bda0e53c2af46d13654.tar.bz2
bluez-python: bump
Diffstat (limited to 'abs/extra/bluez-python')
-rw-r--r--abs/extra/bluez-python/PKGBUILD4
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
}