[arch-commits] Commit in avrdude/trunk (PKGBUILD)

Eric Bélanger eric at nymeria.archlinux.org
Thu Dec 5 02:00:39 UTC 2013


    Date: Thursday, December 5, 2013 @ 03:00:39
  Author: eric
Revision: 102090

upgpkg: avrdude 6.0.1-3

Add libusb-compat depends needed for usb support (close FS#38017)

Modified:
  avrdude/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-04 21:52:14 UTC (rev 102089)
+++ PKGBUILD	2013-12-05 02:00:39 UTC (rev 102090)
@@ -4,12 +4,12 @@
 
 pkgname=avrdude
 pkgver=6.0.1
-pkgrel=2
+pkgrel=3
 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=('libusbx' 'readline' 'libftdi')
+depends=('readline' 'libftdi' 'libusb-compat')
 source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
 md5sums=('346ec2e46393a54ac152b95abf1d9850'
          'SKIP')
@@ -26,5 +26,5 @@
 package() {
   	cd "${srcdir}/${pkgname}-${pkgver}"
 
-	make DESTDIR=${pkgdir} install
+	make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list