From 75eb61ca48b71c7cf2ce33910400ce653e32977e Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Sat, 4 May 2019 16:51:25 +0000 Subject: community/avrdude: use elfutils instead of libelf --- community/avrdude/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community') 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 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" -- cgit v1.2.3