summaryrefslogtreecommitdiff
path: root/core/usbutils/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-08-23 23:14:30 +0000
committerroot <root@rshg054.dnsready.net>2011-08-23 23:14:30 +0000
commit9254c2bc6500471b22eead69781ddef84f87e2bf (patch)
treec4afa4b28422f98d69f9b2594705e164e8c3049c /core/usbutils/PKGBUILD
parent64e290184042563a240e2d6d15c02e06703d00ee (diff)
Tue Aug 23 23:14:30 UTC 2011
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 6c00f0dc4..4d2ca6ad2 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)
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')