diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-03 09:40:50 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-03 09:40:50 +0000 |
commit | dfe6a1551b28649b2fd98eae7810079aae716e8f (patch) | |
tree | 89b89e34a41a6d35749638ef45e8c76a3781c137 /main/usbutils | |
parent | 127acb267fecd8f36c88d53c292926f37f6c3460 (diff) | |
download | aports-dfe6a1551b28649b2fd98eae7810079aae716e8f.tar.bz2 aports-dfe6a1551b28649b2fd98eae7810079aae716e8f.tar.xz |
main/usbutils: rebuild with libusb
Diffstat (limited to 'main/usbutils')
-rw-r--r-- | main/usbutils/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/usbutils/APKBUILD b/main/usbutils/APKBUILD index 95207eb0ac..7de649d9fa 100644 --- a/main/usbutils/APKBUILD +++ b/main/usbutils/APKBUILD @@ -1,14 +1,14 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=usbutils pkgver=007 -pkgrel=4 +pkgrel=5 pkgdesc="USB Device Utilities" url="http://linux-usb.sourceforge.net/" arch="all" license="GPL2+" subpackages="$pkgname-doc" depends="hwdata-usb" -makedepends="pkgconfig libusbx-dev" +makedepends="pkgconfig libusb-dev" source="http://www.kernel.org/pub/linux/utils/usb/usbutils/$pkgname-$pkgver.tar.xz" _builddir="$srcdir"/$pkgname-$pkgver |