git » avrdude.git » commit 0f6bafe

avrdude update and added sig

author Jelle van der Waa
2011-12-04 15:00:48 UTC
committer Jelle van der Waa
2011-12-04 15:00:48 UTC
parent a433771e9990a097a02c92017ccff89e9c73fc45

avrdude update and added sig

PKGBUILD +4 -3

diff --git a/PKGBUILD b/PKGBUILD
index cce83c6..118a965 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,16 @@
 # 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}"