summaryrefslogtreecommitdiffstats
path: root/abs/core/iguanair
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/iguanair')
-rwxr-xr-xabs/core/iguanair/PKGBUILD6
-rw-r--r--abs/core/iguanair/__changelog1
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.