diff options
author | Michael Hanson <hansonorders@verizon.net> | 2011-02-01 03:42:19 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2011-02-01 03:42:19 (GMT) |
commit | 161ce75ef37b5e4b705f00d8e61d25ae8c3e9b3d (patch) | |
tree | e3ca8051dd5425db7cb7ad639d65a929819c1760 /abs/core/iguanair | |
parent | 346120bb7c2c5b9df8ef885bf67349da9f6c6c04 (diff) | |
parent | eae6f5c50c7e809a7fb9438277b96375f86fa5f6 (diff) | |
download | linhes_pkgbuild-161ce75ef37b5e4b705f00d8e61d25ae8c3e9b3d.zip linhes_pkgbuild-161ce75ef37b5e4b705f00d8e61d25ae8c3e9b3d.tar.gz linhes_pkgbuild-161ce75ef37b5e4b705f00d8e61d25ae8c3e9b3d.tar.bz2 |
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/iguanair')
-rwxr-xr-x | abs/core/iguanair/PKGBUILD | 6 | ||||
-rw-r--r-- | abs/core/iguanair/__changelog | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/abs/core/iguanair/PKGBUILD b/abs/core/iguanair/PKGBUILD index 1a6a6f5..4da37e0 100755 --- a/abs/core/iguanair/PKGBUILD +++ b/abs/core/iguanair/PKGBUILD @@ -1,12 +1,12 @@ pkgname=iguanair pkgver=1.0.1 -pkgrel=1 -_kernver=2.6.36-LinHES +pkgrel=2 +_kernver=2.6.37-LinHES url="http://iguanaworks.net" pkgdesc="Linux Infrared Remote Control usb from iguanaworks" license=('GPL2' 'LGPL') arch=('i686' 'x86_64') -depends=('swig' 'libusb1') +depends=('swig' 'libusb') replaces=('iguanaIR') source=(http://iguanaworks.net/downloads/iguanaIR-${pkgver}.tar.bz2) diff --git a/abs/core/iguanair/__changelog b/abs/core/iguanair/__changelog new file mode 100644 index 0000000..2421e7e --- /dev/null +++ b/abs/core/iguanair/__changelog @@ -0,0 +1 @@ +1/30/11 - chw - Changed dep from libusb1 to libusb. |