diff options
Diffstat (limited to 'main/ltrace')
-rw-r--r-- | main/ltrace/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/ltrace/APKBUILD b/main/ltrace/APKBUILD index eb765ff4b2..63a6a61310 100644 --- a/main/ltrace/APKBUILD +++ b/main/ltrace/APKBUILD @@ -1,13 +1,13 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=ltrace pkgver=0.7.3 -pkgrel=1 +pkgrel=2 pkgdesc="Tracks runtime library calls in dynamically linked programs" url="http://ltrace.alioth.debian.org/" arch="all !aarch64" options="!check" # Test suite has glibc stuff hardcoded. license="GPL" -makedepends="linux-headers libelf-dev autoconf automake" +makedepends="linux-headers elfutils-dev autoconf automake" subpackages="$pkgname-doc" # you find latest release here, but need a login: # https://alioth.debian.org/frs/?group_id=30892 |