diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-04-16 00:35:53 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-04-16 00:35:53 (GMT) |
commit | f363271bb9639f6487d9e511ed4ed93f7a8f24fb (patch) | |
tree | 0004cead2fbd1ff6dbda386d87c6369b203ccdc8 /abs | |
parent | 50a9ce67fa41b2f199f06dba67a746ce53926a83 (diff) | |
download | linhes_pkgbuild-f363271bb9639f6487d9e511ed4ed93f7a8f24fb.zip linhes_pkgbuild-f363271bb9639f6487d9e511ed4ed93f7a8f24fb.tar.gz linhes_pkgbuild-f363271bb9639f6487d9e511ed4ed93f7a8f24fb.tar.bz2 |
usbutils: update to 007. refs #961
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core/usbutils/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/usbutils/PKGBUILD b/abs/core/usbutils/PKGBUILD index 08513e5..ae06500 100644 --- a/abs/core/usbutils/PKGBUILD +++ b/abs/core/usbutils/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 163502 2012-07-13 16:29:26Z tpowa $ +# $Id$ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> # Contributor: Tom Gundersen <teg@jklm.no> # 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) @@ -16,7 +16,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() { |