git » usbutils.git » commit 25bf482

fixed libusb depend, added also correct libusb-compat

author Tobias Powalowski
2010-12-10 23:05:22 UTC
committer Tobias Powalowski
2010-12-10 23:05:22 UTC
parent 501ffa5b4a1cecbb1f9cdf81bd8bdd8f9f5a99ff

fixed libusb depend, added also correct libusb-compat

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 8c71029..087c1f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
 # Contributor: Curtis Campbell <curtisjamescampbell@hotmail.com>
 pkgname=usbutils
 pkgver=0.91
-pkgrel=3
+pkgrel=4
 pkgdesc="USB Device Utilities"
 arch=(i686 x86_64)
 license=('GPL')
 groups=('base')
 makedepends=('wget')
-depends=('glibc' 'libusb')
+depends=('glibc' 'libusb' 'libusb-compat')
 url="http://linux-usb.sourceforge.net/"
 source=(http://www.kernel.org/pub/linux/utils/usb/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('49de2403b40bf3a9863faaa8d3858deb')