author | Jelle van der Waa
<jelle@archlinux.org> 2013-04-06 19:55:31 UTC |
committer | Jelle van der Waa
<jelle@archlinux.org> 2013-04-06 19:55:31 UTC |
parent | 11c85228f076b34465cf54e5d2a07653f4bce1a4 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 6e8120b..dd53d7c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,12 +3,12 @@ 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')