git » usbutils.git » commit 94f441c

bump to latest version

author Tobias Powalowski
2012-07-08 10:07:49 UTC
committer Tobias Powalowski
2012-07-08 10:07:49 UTC
parent 46d53f856c9ea8f36eb0269853c3e48b6805293f

bump to latest version

PKGBUILD +5 -6

diff --git a/PKGBUILD b/PKGBUILD
index 01351d5..c7ef7b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
 # Contributor: Judd Vinet <jvinet@zeroflux.org>
 # Contributor: Curtis Campbell <curtisjamescampbell@hotmail.com>
 pkgname=usbutils
-pkgver=005
-pkgrel=2
+pkgver=006
+pkgrel=1
 pkgdesc="USB Device Utilities"
 arch=(i686 x86_64)
 license=('GPL')
@@ -13,9 +13,10 @@ depends=('libusb' 'hwids')
 optdepends=('python2: for lsusb.py usage'
             'coreutils: for lsusb.py usage')
 url="http://linux-usb.sourceforge.net/"
-# currently broken: http://www.kernel.org/pub/linux/utils/usb/$pkgname/$pkgname-$pkgver.tar.gz
-source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
+source=("http://www.kernel.org/pub/linux/utils/usb/usbutils/${pkgname}-${pkgver}.tar.xz"
         fix-python2.patch)
+md5sums=('c9aa14ee3d6c991fda183f42cf72a8a8'
+         '45766196895b4cc50b53cd56e1bbf3d1')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -31,5 +32,3 @@ package() {
   # this is now in the hwids package
   rm -rf $pkgdir/usr/{share/hwdata,sbin}
 }
-md5sums=('6a21f7b6c02b76df5e8a7c208d746654'
-         '45766196895b4cc50b53cd56e1bbf3d1')