diff options
author | Cecil <knoppmyth@gmail.com> | 2011-01-31 04:57:30 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2011-01-31 04:57:30 (GMT) |
commit | 155ac92ec8b9377241ede65c70286f50b470f23c (patch) | |
tree | 1a208be263f276f1776933f5c8adac86ce1d6d67 /abs/core | |
parent | 02d609f6dfe7c6da58cc368ab01102fef62e779b (diff) | |
download | linhes_pkgbuild-155ac92ec8b9377241ede65c70286f50b470f23c.zip linhes_pkgbuild-155ac92ec8b9377241ede65c70286f50b470f23c.tar.gz linhes_pkgbuild-155ac92ec8b9377241ede65c70286f50b470f23c.tar.bz2 |
iguanair:bumped, changed dep from libusb1 to libusb
Diffstat (limited to 'abs/core')
-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. |