aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-05-04 16:51:25 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-05-04 16:51:25 +0000
commit75eb61ca48b71c7cf2ce33910400ce653e32977e (patch)
tree85e04a4709a692b652f7f5412eea51082960be72
parent787c32d412fe9e1edf48fdbd3ad89a766f6be382 (diff)
community/avrdude: use elfutils instead of libelf
-rw-r--r--community/avrdude/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/avrdude/APKBUILD b/community/avrdude/APKBUILD
index f11f328769d..5f6c18cf412 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"