summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 282a12a87bdc..f76d271d2178 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,14 @@
+# Generated by mksrcinfo v8
+# Tue Mar 29 18:44:37 UTC 2016
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 = 2
+ pkgver = 20160328.1388
+ pkgrel = 1
url = http://www.nongnu.org/avrdude/
arch = i686
arch = x86_64
arch = armv6h
+ arch = armv7h
license = GPL
makedepends = svn
depends = libftdi
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=()