git » avrdude.git » commit 167160f

replace libusb-compact with libusbx

author Jelle van der Waa
2013-06-01 19:57:30 UTC
committer Jelle van der Waa
2013-06-01 19:57:30 UTC
parent d793b120ae344976a63f3a1d57f7bb8f8949fd6e

replace libusb-compact with libusbx

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index dd53d7c..4a0ebc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
 
 pkgname=avrdude
 pkgver=5.11.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers"
 arch=('i686' 'x86_64')
 url="http://www.nongnu.org/avrdude/"
 license=('GPL')
-depends=('libusb-compat' 'readline' 'libftdi')
+depends=('libusbx' 'readline' 'libftdi')
 source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
 md5sums=('3a43e288cb32916703b6945e3f260df9'
                  '0c23b005d4090aef4e081476aabc1958')