diff options
author | root <root@rshg054.dnsready.net> | 2012-05-02 00:01:22 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-02 00:01:22 +0000 |
commit | defe74c9cba07c321ad2869d8f6872e64a167324 (patch) | |
tree | 22377a98049a863983b9a28d9d79fc737f665cc3 /core/libusb/PKGBUILD | |
parent | 752015395fc8b95cc4a86b68189cb747fe9a8499 (diff) |
Wed May 2 00:01:22 UTC 2012
Diffstat (limited to 'core/libusb/PKGBUILD')
-rw-r--r-- | core/libusb/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/libusb/PKGBUILD b/core/libusb/PKGBUILD index 31f148fc1..801cd583b 100644 --- a/core/libusb/PKGBUILD +++ b/core/libusb/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 142115 2011-11-05 10:15:17Z tpowa $ +# $Id: PKGBUILD 157958 2012-04-30 07:20:00Z tpowa $ # Maintainer: Jan de Groot <jgc@archlinux.org> 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 @@ license=('LGPL') source=(http://downloads.sourceforge.net/libusb/libusb-${pkgver}.tar.bz2) options=(!libtool) replaces=(libusb1) -md5sums=('37d34e6eaa69a4b645a19ff4ca63ceef') +md5sums=('7f5a02375ad960d4e33a6dae7d63cfcb') build() { cd "${srcdir}/${pkgname}-${pkgver}" |