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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Aug 9 10:34:26 UTC 2017


    Date: Wednesday, August 9, 2017 @ 10:34:26
  Author: bpiotrowski
Revision: 249646

1:6.3-3: enable linuxgpio

Modified:
  avrdude/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-09 09:20:44 UTC (rev 249645)
+++ PKGBUILD	2017-08-09 10:34:26 UTC (rev 249646)
@@ -4,7 +4,7 @@
 
 pkgname=avrdude
 pkgver=6.3
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers"
 arch=('i686' 'x86_64')
@@ -21,7 +21,8 @@
 
   	./configure --mandir=/usr/share/man \
 		    --prefix=/usr \
-		    --sysconfdir=/etc
+		    --sysconfdir=/etc \
+		    --enable-linuxgpio
   	make
 }
 



More information about the arch-commits mailing list