diff options
author | James Meyer <james.meyer@operamail.com> | 2013-02-01 02:00:35 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2013-02-01 02:00:35 (GMT) |
commit | c7b9f42f1d529a30bb3534330e4973272d225593 (patch) | |
tree | afdc8f4b2f58cb4b97fd36f5f2327406143d647c /abs | |
parent | 5989659bee4c660d0b99282075c31b12bf22f8ba (diff) | |
download | linhes_pkgbuild-c7b9f42f1d529a30bb3534330e4973272d225593.zip linhes_pkgbuild-c7b9f42f1d529a30bb3534330e4973272d225593.tar.gz linhes_pkgbuild-c7b9f42f1d529a30bb3534330e4973272d225593.tar.bz2 |
iguanair: rebuild with python 2.7
Diffstat (limited to 'abs')
-rwxr-xr-x | abs/core/iguanair/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/iguanair/PKGBUILD b/abs/core/iguanair/PKGBUILD index b97f6bd..417dbf5 100755 --- a/abs/core/iguanair/PKGBUILD +++ b/abs/core/iguanair/PKGBUILD @@ -1,17 +1,17 @@ pkgname=iguanair pkgver=1.0.3 -pkgrel=1 +pkgrel=2 url="http://iguanaworks.net" pkgdesc="Linux Infrared Remote Control usb from iguanaworks" license=('GPL2' 'LGPL') arch=('i686' 'x86_64') -depends=('python' 'swig' 'libusb') +depends=('python2' 'swig' 'libusb') replaces=('iguanaIR') source=(http://iguanaworks.net/downloads/iguanaIR-${pkgver}.tar.bz2) build() { cd ${srcdir}/iguanaIR-${pkgver} || return 1 - ./configure + PYTHON_VERSION=2.7 ./configure make || return 1 } package() { |