diff options
author | root <root@rshg054.dnsready.net> | 2013-04-07 00:54:45 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-07 00:54:45 -0700 |
commit | 5abba8ccfedfb13f07a34eb4b6afbe4f30a8f767 (patch) | |
tree | 67c71a4fc1f20a59b619c908f6a53c2cde2b46c9 /community/avrdude/PKGBUILD | |
parent | afcab02cc1bc97b4090668931e372fd47cedf04d (diff) |
Sun Apr 7 00:54:38 PDT 2013
Diffstat (limited to 'community/avrdude/PKGBUILD')
-rw-r--r-- | community/avrdude/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/avrdude/PKGBUILD b/community/avrdude/PKGBUILD index 9d71d347b..7925992d9 100644 --- a/community/avrdude/PKGBUILD +++ b/community/avrdude/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 81870 2013-01-02 15:51:02Z jelle $ +# $Id: PKGBUILD 87805 2013-04-06 19:56:39Z jelle $ # Contributor: Corrado Primier <bardo@aur.archlinux.org> # Maintainer: Brad Fanella <bradfanella@archlinux.us> pkgname=avrdude pkgver=5.11.1 -pkgrel=2 +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=('libusb-compat' 'readline') +depends=('libusb-compat' 'readline' 'libftdi') source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig}) md5sums=('3a43e288cb32916703b6945e3f260df9' '0c23b005d4090aef4e081476aabc1958') |