diff options
author | root <root@rshg047.dnsready.net> | 2011-04-07 04:58:41 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-04-07 04:58:41 +0000 |
commit | db464f25fec54ddfa7825a17b20fda025c296f8c (patch) | |
tree | 4bb5b8ac4dfd67096125b92d047323e6acbb86cd /core/usbutils | |
parent | bd65dc7107bfdd881c3b5451d0300824cf435428 (diff) |
Thu Apr 7 04:58:41 UTC 2011
Diffstat (limited to 'core/usbutils')
-rw-r--r-- | core/usbutils/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/usbutils/PKGBUILD b/core/usbutils/PKGBUILD index ef1a8c541..871bd2111 100644 --- a/core/usbutils/PKGBUILD +++ b/core/usbutils/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 104566 2011-01-04 08:28:48Z tpowa $ +# $Id: PKGBUILD 116702 2011-03-25 08:26:34Z tpowa $ # Maintainer: Judd Vinet <jvinet@zeroflux.org> # Contributor: Curtis Campbell <curtisjamescampbell@hotmail.com> pkgname=usbutils -pkgver=001 -pkgrel=2 +pkgver=002 +pkgrel=1 pkgdesc="USB Device Utilities" arch=(i686 x86_64) license=('GPL') @@ -12,7 +12,7 @@ makedepends=('wget') depends=('glibc' 'libusb') url="http://linux-usb.sourceforge.net/" source=(http://www.kernel.org/pub/linux/utils/usb/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('3ecdcb42f08ef0d63e2638feb06ececc') +md5sums=('05610d15c3c8c8ada3d691c320ca784a') build() { cd $srcdir/$pkgname-$pkgver |