diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-04 16:51:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-04 16:51:25 +0000 |
commit | 75eb61ca48b71c7cf2ce33910400ce653e32977e (patch) | |
tree | 85e04a4709a692b652f7f5412eea51082960be72 /community/avrdude/APKBUILD | |
parent | 787c32d412fe9e1edf48fdbd3ad89a766f6be382 (diff) | |
download | aports-75eb61ca48b71c7cf2ce33910400ce653e32977e.tar.bz2 aports-75eb61ca48b71c7cf2ce33910400ce653e32977e.tar.xz |
community/avrdude: use elfutils instead of libelf
Diffstat (limited to 'community/avrdude/APKBUILD')
-rw-r--r-- | community/avrdude/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/avrdude/APKBUILD b/community/avrdude/APKBUILD index f11f328769..5f6c18cf41 100644 --- a/community/avrdude/APKBUILD +++ b/community/avrdude/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Stefan Wagner <stw@bit-strickerei.de> pkgname=avrdude pkgver=6.3 -pkgrel=1 +pkgrel=2 pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers" url="http://www.nongnu.org/avrdude/" arch="all" license="GPL" -makedepends="linux-headers bash flex byacc libftdi1-dev libusb-compat-dev libelf-dev" +makedepends="linux-headers bash flex byacc libftdi1-dev libusb-compat-dev elfutils-dev" subpackages="$pkgname-dev $pkgname-doc" source="https://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz" |