diff options
author | Michael Hanson <hansonorders@verizon.net> | 2010-11-19 03:35:21 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2010-11-19 03:35:21 (GMT) |
commit | 0c0f25b95d832c45ee8a2bda0e53c2af46d13654 (patch) | |
tree | 2491f40bb5bdf4f622b4013523774f3c88ab21b9 /abs | |
parent | 1d0ad93016396a264220b360f6b7bac28208c5c2 (diff) | |
download | linhes_pkgbuild-0c0f25b95d832c45ee8a2bda0e53c2af46d13654.zip linhes_pkgbuild-0c0f25b95d832c45ee8a2bda0e53c2af46d13654.tar.gz linhes_pkgbuild-0c0f25b95d832c45ee8a2bda0e53c2af46d13654.tar.bz2 |
bluez-python: bump
Diffstat (limited to 'abs')
-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 } |