summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 260cf9949485..282a12a87bdc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = avrdude-svn
pkgdesc = AVRDUDE is an utility to download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers using the in-system programming technique (ISP).
pkgver = 20150506.1356
- pkgrel = 1
+ pkgrel = 2
url = http://www.nongnu.org/avrdude/
arch = i686
arch = x86_64
+ arch = armv6h
license = GPL
makedepends = svn
depends = libftdi
diff --git a/PKGBUILD b/PKGBUILD
index 9b38e380d327..72bd1691fed7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Samuel Ace Winchenbach <swinchen at gmail dot com>
pkgname=avrdude-svn
_pkgname=avrdude
-pkgrel=1
+pkgrel=2
pkgver=20150506.1356
pkgdesc="AVRDUDE is an utility to download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers using the in-system programming technique (ISP)."
-arch=(i686 x86_64)
+arch=(i686 x86_64 armv6h)
url="http://www.nongnu.org/avrdude/"
license=('GPL')
groups=()
@@ -27,7 +27,8 @@ build() {
./bootstrap
./configure --mandir=/usr/share/man \
--prefix=/usr \
- --sysconfdir=/etc
+ --sysconfdir=/etc \
+ --enable-linuxgpio
make
}