git » usbutils.git » commit 6f87cbd

bump to latest version

author Tobias Powalowski
2013-06-15 18:41:52 UTC
committer Tobias Powalowski
2013-06-15 18:41:52 UTC
parent 94f441c76b9f92760812e5ad8286d59d196520ab

bump to latest version

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index c7ef7b3..a91e0fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Judd Vinet <jvinet@zeroflux.org>
 # Contributor: Curtis Campbell <curtisjamescampbell@hotmail.com>
 pkgname=usbutils
-pkgver=006
+pkgver=007
 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=('c9aa14ee3d6c991fda183f42cf72a8a8'
+md5sums=('c9df5107ae9d26b10a1736a261250139'
          '45766196895b4cc50b53cd56e1bbf3d1')
 
 build() {