Date: Thursday, March 20, 2014 @ 20:53:28 Author: jelle Revision: 108005
archrelease: copy trunk to community-testing-i686, community-testing-x86_64 Added: avrdude/repos/community-testing-i686/PKGBUILD (from rev 108004, avrdude/trunk/PKGBUILD) avrdude/repos/community-testing-x86_64/PKGBUILD (from rev 108004, avrdude/trunk/PKGBUILD) Deleted: avrdude/repos/community-testing-i686/PKGBUILD avrdude/repos/community-testing-x86_64/PKGBUILD -----------------------------------+ /PKGBUILD | 60 ++++++++++++++++++++++++++++++++++++ community-testing-i686/PKGBUILD | 30 ------------------ community-testing-x86_64/PKGBUILD | 30 ------------------ 3 files changed, 60 insertions(+), 60 deletions(-) Deleted: community-testing-i686/PKGBUILD =================================================================== --- community-testing-i686/PKGBUILD 2014-03-20 19:53:19 UTC (rev 108004) +++ community-testing-i686/PKGBUILD 2014-03-20 19:53:28 UTC (rev 108005) @@ -1,30 +0,0 @@ -# $Id$ -# Contributor: Corrado Primier <ba...@aur.archlinux.org> -# Maintainer: Brad Fanella <bradfane...@archlinux.us> - -pkgname=avrdude -pkgver=6.0.1 -pkgrel=3 -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=('readline' 'libftdi' 'libusb-compat' 'elfutils') -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 -} Copied: avrdude/repos/community-testing-i686/PKGBUILD (from rev 108004, avrdude/trunk/PKGBUILD) =================================================================== --- community-testing-i686/PKGBUILD (rev 0) +++ community-testing-i686/PKGBUILD 2014-03-20 19:53:28 UTC (rev 108005) @@ -0,0 +1,30 @@ +# $Id$ +# Contributor: Corrado Primier <ba...@aur.archlinux.org> +# Maintainer: Brad Fanella <bradfane...@archlinux.us> + +pkgname=avrdude +pkgver=6.0.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=('readline' 'libftdi' 'libusb-compat' 'elfutils') +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-testing-x86_64/PKGBUILD =================================================================== --- community-testing-x86_64/PKGBUILD 2014-03-20 19:53:19 UTC (rev 108004) +++ community-testing-x86_64/PKGBUILD 2014-03-20 19:53:28 UTC (rev 108005) @@ -1,30 +0,0 @@ -# $Id$ -# Contributor: Corrado Primier <ba...@aur.archlinux.org> -# Maintainer: Brad Fanella <bradfane...@archlinux.us> - -pkgname=avrdude -pkgver=6.0.1 -pkgrel=3 -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=('readline' 'libftdi' 'libusb-compat' 'elfutils') -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 -} Copied: avrdude/repos/community-testing-x86_64/PKGBUILD (from rev 108004, avrdude/trunk/PKGBUILD) =================================================================== --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2014-03-20 19:53:28 UTC (rev 108005) @@ -0,0 +1,30 @@ +# $Id$ +# Contributor: Corrado Primier <ba...@aur.archlinux.org> +# Maintainer: Brad Fanella <bradfane...@archlinux.us> + +pkgname=avrdude +pkgver=6.0.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=('readline' 'libftdi' 'libusb-compat' 'elfutils') +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 +}