libusbx update

This commit is contained in:
Neophytos 2012-11-22 21:50:02 +00:00
parent f74072b621
commit 66305b66de

View File

@ -5,7 +5,7 @@
_pkgbase=libusbx
pkgname=lib32-${_pkgbase}
pkgver=1.0.12
pkgver=1.0.14
pkgrel=1
pkgdesc="Library to enable user space application programs to communicate with USB devices. (32-bit). libusb fork."
arch=('x86_64')
@ -18,7 +18,7 @@ conflicts=('lib32-libusb')
replaces=('lib32-libusb')
source=(http://downloads.sourceforge.net/${_pkgbase}/${_pkgbase}-${pkgver}.tar.bz2)
options=(!libtool)
md5sums=('c41352ac755c7992edfcbb2ea4ad1349')
md5sums=('0a6a75edb4b4eae7dc82c1dd71ddc470')
build() {
export CC="gcc -m32"
@ -33,4 +33,4 @@ package () {
cd "${srcdir}/libusbx-${pkgver}"
make DESTDIR="${pkgdir}" install
rm -rf ${pkgdir}/usr/include
}
}