diff options
author | Britney Fransen <brfransen@gmail.com> | 2017-03-22 21:27:12 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2017-03-22 21:27:12 (GMT) |
commit | fa15de64ae2055fcd56e4e6d50381d2a0228035d (patch) | |
tree | 7347393ae85da6bcb2f3c8adc881cfcb78061694 /abs/core | |
parent | fbe697dac8a14460cd80c4d7f447a9d3b218fcb2 (diff) | |
download | linhes_pkgbuild-fa15de64ae2055fcd56e4e6d50381d2a0228035d.zip linhes_pkgbuild-fa15de64ae2055fcd56e4e6d50381d2a0228035d.tar.gz linhes_pkgbuild-fa15de64ae2055fcd56e4e6d50381d2a0228035d.tar.bz2 |
usbutils: update to 008
Diffstat (limited to 'abs/core')
-rw-r--r-- | abs/core/usbutils/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/usbutils/PKGBUILD b/abs/core/usbutils/PKGBUILD index ae06500..afece66 100644 --- a/abs/core/usbutils/PKGBUILD +++ b/abs/core/usbutils/PKGBUILD @@ -4,7 +4,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) @@ -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=('c9df5107ae9d26b10a1736a261250139' +md5sums=('2780b6ae21264c888f8f30fb2aab1259' '45766196895b4cc50b53cd56e1bbf3d1') build() { |