[arch-commits] Commit in avrdude/trunk (PKGBUILD)
    Jelle van der Waa 
    jelle at nymeria.archlinux.org
       
    Sat Jun  1 19:57:30 UTC 2013
    
    
  
    Date: Saturday, June 1, 2013 @ 21:57:30
  Author: jelle
Revision: 92155
upgpkg: avrdude 5.11.1-4
replace libusb-compact with libusbx
Modified:
  avrdude/trunk/PKGBUILD
----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-01 19:40:46 UTC (rev 92154)
+++ PKGBUILD	2013-06-01 19:57:30 UTC (rev 92155)
@@ -4,12 +4,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')
    
    
More information about the arch-commits
mailing list