Date: Tuesday, July 5, 2011 @ 11:17:16 Author: tpowa Revision: 130339
upgpkg: usbutils 003-1 bump to latest version Modified: usbutils/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-07-05 13:47:59 UTC (rev 130338) +++ PKGBUILD 2011-07-05 15:17:16 UTC (rev 130339) @@ -2,8 +2,8 @@ # Maintainer: Judd Vinet <[email protected]> # Contributor: Curtis Campbell <[email protected]> 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 @@ 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 @@ install -dm755 $pkgdir/usr/lib mv $pkgdir/usr/share/pkgconfig $pkgdir/usr/lib/ } +md5sums=('94a1738fe92062cdd6a9642eeaccefc1' + '45766196895b4cc50b53cd56e1bbf3d1' + 'd64f120c208ca742d3a1d05d84e3f531')
