git » usbutils.git » commit ddabbaf

bump to latest version

author Tobias Powalowski
2014-11-03 19:42:30 UTC
committer Tobias Powalowski
2014-11-03 19:42:30 UTC
parent 6f87cbd727c62439eb43d161e39d12ff28d9ec53

bump to latest version

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index a91e0fa..e641670 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Judd Vinet <jvinet@zeroflux.org>
 # Contributor: Curtis Campbell <curtisjamescampbell@hotmail.com>
 pkgname=usbutils
-pkgver=007
+pkgver=008
 pkgrel=1
 pkgdesc="USB Device Utilities"
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@ optdepends=('python2: for lsusb.py usage'
 url="http://linux-usb.sourceforge.net/"
 source=("http://www.kernel.org/pub/linux/utils/usb/usbutils/${pkgname}-${pkgver}.tar.xz"
         fix-python2.patch)
-md5sums=('c9df5107ae9d26b10a1736a261250139'
+md5sums=('2780b6ae21264c888f8f30fb2aab1259'
          '45766196895b4cc50b53cd56e1bbf3d1')
 
 build() {