summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSamuel A. Winchenbach2016-03-29 14:52:39 -0400
committerSamuel A. Winchenbach2016-03-29 14:52:39 -0400
commit54a1cb92ad77e07c76ae0b60b27b85d9d7a75f51 (patch)
treee2ae134f464802ed80b00c281599cb0bbe72082a /PKGBUILD
parent1b63f0900a37f9b5c15797389930bed38d32fd2f (diff)
downloadaur-54a1cb92ad77e07c76ae0b60b27b85d9d7a75f51.tar.gz
Added armv7h for RPI3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 72bd1691fed7..b4d66d5f0b61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Samuel Ace Winchenbach <swinchen at gmail dot com>
pkgname=avrdude-svn
_pkgname=avrdude
-pkgrel=2
-pkgver=20150506.1356
+pkgrel=1
+pkgver=20160328.1388
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 armv6h)
+arch=(i686 x86_64 armv6h armv7h)
url="http://www.nongnu.org/avrdude/"
license=('GPL')
groups=()
-depends=('libftdi' 'libusb-compat' 'elfutils')
+depends=('libftdi' 'libusb-compat' 'hidapi')
makedepends=(svn)
-optdepends=()
+optdepends=('elfutils')
provides=()
conflicts=('avrdude' 'avrdude-osuisp2-svn')
replaces=()