summaryrefslogtreecommitdiff
path: root/community/avrdude
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-12-05 23:15:23 +0000
committerroot <root@rshg054.dnsready.net>2011-12-05 23:15:23 +0000
commit55d1e19e71b453a0f47c599f281a2ad2644247d2 (patch)
treee4988a18e52a5f283c69611807002a1a20c918ed /community/avrdude
parent392d2d86b3657d90c3954a44dd6e3e5a4d12d455 (diff)
Mon Dec 5 23:15:23 UTC 2011
Diffstat (limited to 'community/avrdude')
-rw-r--r--community/avrdude/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/avrdude/PKGBUILD b/community/avrdude/PKGBUILD
index a3f7a537b..ee235f8a7 100644
--- a/community/avrdude/PKGBUILD
+++ b/community/avrdude/PKGBUILD
@@ -1,17 +1,18 @@
-# $Id: PKGBUILD 55068 2011-09-02 00:01:59Z bfanella $
+# $Id: PKGBUILD 60059 2011-12-04 15:21:41Z jelle $
# Contributor: Corrado Primier <bardo@aur.archlinux.org>
# Maintainer: Brad Fanella <bradfanella@archlinux.us>
pkgname=avrdude
-pkgver=5.11
+pkgver=5.11.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=('libusb-compat' 'readline')
-source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz)
-md5sums=('ba62697270b1292146dc56d462f5da14')
+source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('3a43e288cb32916703b6945e3f260df9'
+ '0c23b005d4090aef4e081476aabc1958')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"