Skip to content
Snippets Groups Projects
Commit 94f441c7 authored by Tobias Powalowski's avatar Tobias Powalowski :sunglasses:
Browse files

bump to latest version

parent 46d53f85
No related branches found
Tags 006-1
No related merge requests found
......@@ -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')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment