author | Anatol Pomozov
<anatolik@archlinux.org> 2015-12-09 21:08:56 UTC |
committer | Anatol Pomozov
<anatolik@archlinux.org> 2015-12-09 21:08:56 UTC |
parent | 096b7a4af65fb96586809269c53de3612b7e2b93 |
PKGBUILD | +3 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 7f795a1..6b8d203 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,9 @@ # Maintainer: Brad Fanella <bradfanella@archlinux.us> pkgname=avrdude -pkgver=6.2 +pkgver=6.1 pkgrel=1 +epoch=1 pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers" arch=('i686' 'x86_64') url="http://www.nongnu.org/avrdude/" @@ -11,7 +12,7 @@ license=('GPL') depends=('readline' 'libftdi' 'libusb-compat' 'elfutils') source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig}) validpgpkeys=('EF497ABE47ED91B3FC3D7EA54D902FF7723BDEE9' '5E84F980C3CAFD4BB5841070F48CA81B69A85873') -md5sums=('11eba11661713a43d371e4ff382d98c3' +md5sums=('9db8c25b935d34234b9b1ba16ad55fd5' 'SKIP') build() {