git » avrdude.git » commit 157375b

fix bug #39343

author Jelle van der Waa
2014-03-20 19:52:13 UTC
committer Jelle van der Waa
2014-03-20 19:52:13 UTC
parent b6a60f939df1778c96a8aaa2d3544a1b10267e95

fix bug #39343

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 996ec58..b78cfe1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR microcont
 arch=('i686' 'x86_64')
 url="http://www.nongnu.org/avrdude/"
 license=('GPL')
-depends=('readline' 'libftdi' 'libusb-compat')
+depends=('readline' 'libftdi' 'libusb-compat' 'elfutils')
 source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
 md5sums=('346ec2e46393a54ac152b95abf1d9850'
          'SKIP')