From c7b9f42f1d529a30bb3534330e4973272d225593 Mon Sep 17 00:00:00 2001 From: James Meyer Date: Thu, 31 Jan 2013 20:00:35 -0600 Subject: iguanair: rebuild with python 2.7 --- abs/core/iguanair/PKGBUILD | 6 +++--- 1 file 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() { -- cgit v0.12