diff options
Diffstat (limited to 'abs')
-rwxr-xr-x | abs/core/iguanair/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/abs/core/iguanair/PKGBUILD b/abs/core/iguanair/PKGBUILD index 4da37e0..b97f6bd 100755 --- a/abs/core/iguanair/PKGBUILD +++ b/abs/core/iguanair/PKGBUILD @@ -1,12 +1,11 @@ pkgname=iguanair -pkgver=1.0.1 -pkgrel=2 -_kernver=2.6.37-LinHES +pkgver=1.0.3 +pkgrel=1 url="http://iguanaworks.net" pkgdesc="Linux Infrared Remote Control usb from iguanaworks" license=('GPL2' 'LGPL') arch=('i686' 'x86_64') -depends=('swig' 'libusb') +depends=('python' 'swig' 'libusb') replaces=('iguanaIR') source=(http://iguanaworks.net/downloads/iguanaIR-${pkgver}.tar.bz2) @@ -38,4 +37,4 @@ package() { sed -i -e "s|\#\!/usr/bin/python\ \-tt|\#\!/usr/bin/python2\ \-tt|" \ -e "s|\#\!/usr/bin/python$|\#\!/usr/bin/python2|" $(ls) } -md5sums=('cf9e6e7939ff9d76aa985fab8c6f5af7') +md5sums=('172b897083f014c9b5ade296ccc48298') |