git » avrdude.git » commit 1df9950

1:6.3-3: enable linuxgpio

author Bartłomiej Piotrowski
2017-08-09 10:34:26 UTC
committer Bartłomiej Piotrowski
2017-08-09 10:34:26 UTC
parent 3946dea2ca556ccbf280542bea6c69870cff1936

1:6.3-3: enable linuxgpio

PKGBUILD +3 -2

diff --git a/PKGBUILD b/PKGBUILD
index b2b43ae..aa3d720 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,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')
@@ -20,7 +20,8 @@ build() {
 
   	./configure --mandir=/usr/share/man \
 		    --prefix=/usr \
-		    --sysconfdir=/etc
+		    --sysconfdir=/etc \
+		    --enable-linuxgpio
   	make
 }