author | Jelle van der Waa
<jelle@archlinux.org> 2014-03-24 13:07:27 UTC |
committer | Jelle van der Waa
<jelle@archlinux.org> 2014-03-24 13:07:27 UTC |
parent | 3c71da90ca19b29fc2fdcb6e65fa1fd8cf92cdc0 |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index e5865af..52229bb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,15 +2,15 @@ # Maintainer: Brad Fanella <bradfanella@archlinux.us> pkgname=avrdude -pkgver=6.0.1 -pkgrel=4 +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' 'elfutils') source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig}) -md5sums=('346ec2e46393a54ac152b95abf1d9850' +md5sums=('9db8c25b935d34234b9b1ba16ad55fd5' 'SKIP') build() {