summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel A. Winchenbach2015-09-24 16:11:34 -0400
committerSamuel A. Winchenbach2015-09-24 16:11:34 -0400
commit1b63f0900a37f9b5c15797389930bed38d32fd2f (patch)
tree5d24c278af6ac586ce992974b2985385a1a8bd43
parentb18171ad452c53512d00cfe9806ce06e121d5983 (diff)
downloadaur-1b63f0900a37f9b5c15797389930bed38d32fd2f.tar.gz
Package supports Raspberry Pi
-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
}