summaryrefslogtreecommitdiff
path: root/community/avrdude/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/avrdude/PKGBUILD')
-rw-r--r--community/avrdude/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/avrdude/PKGBUILD b/community/avrdude/PKGBUILD
index 72757ecf2..7810a041f 100644
--- a/community/avrdude/PKGBUILD
+++ b/community/avrdude/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 102091 2013-12-05 02:01:26Z eric $
+# $Id: PKGBUILD 108877 2014-04-06 12:54:01Z jelle $
# Contributor: Corrado Primier <bardo@aur.archlinux.org>
# Maintainer: Brad Fanella <bradfanella@archlinux.us>
pkgname=avrdude
-pkgver=6.0.1
-pkgrel=3
+pkgver=6.1
+pkgrel=1
pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers"
arch=('i686' 'x86_64')
url="http://www.nongnu.org/avrdude/"
license=('GPL')
-depends=('readline' 'libftdi' 'libusb-compat')
+depends=('readline' 'libftdi' 'libusb-compat' 'elfutils')
source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('346ec2e46393a54ac152b95abf1d9850'
+md5sums=('9db8c25b935d34234b9b1ba16ad55fd5'
'SKIP')
build() {