diff options
author | root <root@rshg054.dnsready.net> | 2013-09-22 03:01:36 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-09-22 03:01:36 -0700 |
commit | fbd9603c619db8a960bd9c091211a8abd16c9534 (patch) | |
tree | 9c0be0d633dd54a7272b892e7e2ae4cb9b51f733 /community/avrdude | |
parent | bb7bd663bfb3a9bdd4377e3d89e3dd2f61c65040 (diff) |
Sun Sep 22 02:53:38 PDT 2013
Diffstat (limited to 'community/avrdude')
-rw-r--r-- | community/avrdude/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/avrdude/PKGBUILD b/community/avrdude/PKGBUILD index 9262a5e85..b514e1d35 100644 --- a/community/avrdude/PKGBUILD +++ b/community/avrdude/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 92157 2013-06-01 20:12:04Z jelle $ +# $Id: PKGBUILD 97484 2013-09-21 11:43:49Z jelle $ # Contributor: Corrado Primier <bardo@aur.archlinux.org> # 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}" |