summaryrefslogtreecommitdiff
path: root/core/usbutils/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-07-15 23:12:20 +0000
committerroot <root@rshg047.dnsready.net>2011-07-15 23:12:20 +0000
commit76c26b027d797f3671bf0b6c6618eda2496cf88d (patch)
treec386be56a0a3bc7b668a674e9cec6405a4d2fb2f /core/usbutils/PKGBUILD
parent29657877f6a02dbba1bd58b417b4ccd211939690 (diff)
Fri Jul 15 23:12:20 UTC 2011
Diffstat (limited to 'core/usbutils/PKGBUILD')
-rw-r--r--core/usbutils/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/usbutils/PKGBUILD b/core/usbutils/PKGBUILD
index 2edabc2f0..6c00f0dc4 100644
--- a/core/usbutils/PKGBUILD
+++ b/core/usbutils/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 123172 2011-05-09 02:20:17Z allan $
+# $Id: PKGBUILD 130339 2011-07-05 15:17:16Z tpowa $
# Maintainer: Judd Vinet <jvinet@zeroflux.org>
# Contributor: Curtis Campbell <curtisjamescampbell@hotmail.com>
pkgname=usbutils
-pkgver=002
-pkgrel=3
+pkgver=003
+pkgrel=1
_usb_ids_date=2011.04.14
pkgdesc="USB Device Utilities"
arch=(i686 x86_64)
@@ -17,9 +17,6 @@ url="http://linux-usb.sourceforge.net/"
source=(http://www.kernel.org/pub/linux/utils/usb/$pkgname/$pkgname-$pkgver.tar.gz
fix-python2.patch
usb.ids-${_usb_ids_date}) # from http://linux-usb.sourceforge.net/usb.ids
-md5sums=('05610d15c3c8c8ada3d691c320ca784a'
- '45766196895b4cc50b53cd56e1bbf3d1'
- 'd64f120c208ca742d3a1d05d84e3f531')
build() {
cd $srcdir/$pkgname-$pkgver
@@ -38,3 +35,6 @@ package() {
install -dm755 $pkgdir/usr/lib
mv $pkgdir/usr/share/pkgconfig $pkgdir/usr/lib/
}
+md5sums=('94a1738fe92062cdd6a9642eeaccefc1'
+ '45766196895b4cc50b53cd56e1bbf3d1'
+ 'd64f120c208ca742d3a1d05d84e3f531')