Date: Thursday, April 26, 2012 @ 16:21:47 Author: tpowa Revision: 157260
upgpkg: libusb 1.0.9-1 bump to latest version Modified: libusb/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-04-26 17:36:30 UTC (rev 157259) +++ PKGBUILD 2012-04-26 20:21:47 UTC (rev 157260) @@ -1,8 +1,8 @@ # $Id$ # Maintainer: Jan de Groot <[email protected]> pkgname=libusb -pkgver=1.0.8 -pkgrel=2 +pkgver=1.0.9 +pkgrel=1 depends=('glibc') pkgdesc="Library to enable user space application programs to communicate with USB devices." arch=(i686 x86_64) @@ -11,7 +11,7 @@ source=(http://downloads.sourceforge.net/libusb/libusb-${pkgver}.tar.bz2) options=(!libtool) replaces=(libusb1) -md5sums=('37d34e6eaa69a4b645a19ff4ca63ceef') +md5sums=('7f5a02375ad960d4e33a6dae7d63cfcb') build() { cd "${srcdir}/${pkgname}-${pkgver}"
