[arch-commits] Commit in avrdude/trunk (PKGBUILD)
Jelle van der Waa
jelle at nymeria.archlinux.org
Sat Sep 21 11:42:39 UTC 2013
Date: Saturday, September 21, 2013 @ 13:42:37
Author: jelle
Revision: 97483
upgpkg: avrdude 6.0.1-1
Modified:
avrdude/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-09-21 10:35:04 UTC (rev 97482)
+++ PKGBUILD 2013-09-21 11:42:37 UTC (rev 97483)
@@ -3,8 +3,8 @@
# Maintainer: Brad Fanella <bradfanella at 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/"
@@ -11,8 +11,8 @@
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}"
More information about the arch-commits
mailing list