summaryrefslogtreecommitdiff
path: root/core/usbutils/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/usbutils/PKGBUILD')
-rw-r--r--core/usbutils/PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/core/usbutils/PKGBUILD b/core/usbutils/PKGBUILD
index 124e7189b..3fe65e8c4 100644
--- a/core/usbutils/PKGBUILD
+++ b/core/usbutils/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 130339 2011-07-05 15:17:16Z tpowa $
+# $Id: PKGBUILD 136054 2011-08-22 06:28:37Z tpowa $
# Maintainer: Judd Vinet <jvinet@zeroflux.org>
# Contributor: Curtis Campbell <curtisjamescampbell@hotmail.com>
pkgname=usbutils
-pkgver=003
+pkgver=004
pkgrel=1
-_usb_ids_date=2011.04.14
+_usb_ids_date=2011.08.17
pkgdesc="USB Device Utilities"
arch=(i686 x86_64 'mips64el')
license=('GPL')
@@ -17,6 +17,9 @@ 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=('481e1de453bcabbd5f43125bb4df2ab7'
+ '45766196895b4cc50b53cd56e1bbf3d1'
+ 'f04c301b5363ef618f0ec776deff3117')
build() {
cd $srcdir/$pkgname-$pkgver
@@ -35,6 +38,6 @@ package() {
install -dm755 $pkgdir/usr/lib
mv $pkgdir/usr/share/pkgconfig $pkgdir/usr/lib/
}
-md5sums=('94a1738fe92062cdd6a9642eeaccefc1'
+md5sums=('481e1de453bcabbd5f43125bb4df2ab7'
'45766196895b4cc50b53cd56e1bbf3d1'
- 'd64f120c208ca742d3a1d05d84e3f531')
+ 'f04c301b5363ef618f0ec776deff3117')