author | Jelle van der Waa
<jelle@archlinux.org> 2013-09-21 11:42:37 UTC |
committer | Jelle van der Waa
<jelle@archlinux.org> 2013-09-21 11:42:37 UTC |
parent | 167160fc993401e72b0a4df211534a3bdbfd5fa9 |
PKGBUILD | +4 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index 4a0ebc7..f26a38a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,16 +2,16 @@ # Maintainer: Brad Fanella <bradfanella@archlinux.us> pkgname=avrdude -pkgver=5.11.1 -pkgrel=4 +pkgver=6.0.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=('libusbx' 'readline' 'libftdi') source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig}) -md5sums=('3a43e288cb32916703b6945e3f260df9' - '0c23b005d4090aef4e081476aabc1958') +md5sums=('346ec2e46393a54ac152b95abf1d9850' + 'SKIP') build() { cd "${srcdir}/${pkgname}-${pkgver}"