[arch-commits] Commit in avrdude/repos (4 files)

Jelle van der Waa jelle at nymeria.archlinux.org
Sat Sep 21 11:43:50 UTC 2013


    Date: Saturday, September 21, 2013 @ 13:43:49
  Author: jelle
Revision: 97484

archrelease: copy trunk to community-i686, community-x86_64

Added:
  avrdude/repos/community-i686/PKGBUILD
    (from rev 97483, avrdude/trunk/PKGBUILD)
  avrdude/repos/community-x86_64/PKGBUILD
    (from rev 97483, avrdude/trunk/PKGBUILD)
Deleted:
  avrdude/repos/community-i686/PKGBUILD
  avrdude/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   60 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   30 ----------------------
 community-x86_64/PKGBUILD |   30 ----------------------
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-09-21 11:42:37 UTC (rev 97483)
+++ community-i686/PKGBUILD	2013-09-21 11:43:49 UTC (rev 97484)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Corrado Primier <bardo at aur.archlinux.org>
-# Maintainer: Brad Fanella <bradfanella at archlinux.us>
-
-pkgname=avrdude
-pkgver=5.11.1
-pkgrel=4
-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')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-
-  	./configure --mandir=/usr/share/man \
-		    --prefix=/usr \
-		    --sysconfdir=/etc
-  	make
-}
-
-package() {
-  	cd "${srcdir}/${pkgname}-${pkgver}"
-
-	make DESTDIR=${pkgdir} install
-}

Copied: avrdude/repos/community-i686/PKGBUILD (from rev 97483, avrdude/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-09-21 11:43:49 UTC (rev 97484)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Corrado Primier <bardo at aur.archlinux.org>
+# Maintainer: Brad Fanella <bradfanella at archlinux.us>
+
+pkgname=avrdude
+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=('346ec2e46393a54ac152b95abf1d9850'
+         'SKIP')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+  	./configure --mandir=/usr/share/man \
+		    --prefix=/usr \
+		    --sysconfdir=/etc
+  	make
+}
+
+package() {
+  	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-09-21 11:42:37 UTC (rev 97483)
+++ community-x86_64/PKGBUILD	2013-09-21 11:43:49 UTC (rev 97484)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Corrado Primier <bardo at aur.archlinux.org>
-# Maintainer: Brad Fanella <bradfanella at archlinux.us>
-
-pkgname=avrdude
-pkgver=5.11.1
-pkgrel=4
-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')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-
-  	./configure --mandir=/usr/share/man \
-		    --prefix=/usr \
-		    --sysconfdir=/etc
-  	make
-}
-
-package() {
-  	cd "${srcdir}/${pkgname}-${pkgver}"
-
-	make DESTDIR=${pkgdir} install
-}

Copied: avrdude/repos/community-x86_64/PKGBUILD (from rev 97483, avrdude/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-09-21 11:43:49 UTC (rev 97484)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Corrado Primier <bardo at aur.archlinux.org>
+# Maintainer: Brad Fanella <bradfanella at archlinux.us>
+
+pkgname=avrdude
+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=('346ec2e46393a54ac152b95abf1d9850'
+         'SKIP')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+  	./configure --mandir=/usr/share/man \
+		    --prefix=/usr \
+		    --sysconfdir=/etc
+  	make
+}
+
+package() {
+  	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	make DESTDIR=${pkgdir} install
+}




More information about the arch-commits mailing list