diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-03-19 12:27:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-03-19 12:34:36 +0000 |
commit | 89adc0d6a6a9c08663cc284fdf570fb7434629f5 (patch) | |
tree | 8e73f973802d60a48539a40bbf20089cc441d9a0 /testing | |
parent | 7c2e52e107df10965d6d6d98eab65de2aae0e9db (diff) | |
download | aports-89adc0d6a6a9c08663cc284fdf570fb7434629f5.tar.bz2 aports-89adc0d6a6a9c08663cc284fdf570fb7434629f5.tar.xz |
testing/lddtree: replaces pax-utils
Diffstat (limited to 'testing')
-rw-r--r-- | testing/lddtree/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/lddtree/APKBUILD b/testing/lddtree/APKBUILD index dc0fcf3bd9..51b88ed145 100644 --- a/testing/lddtree/APKBUILD +++ b/testing/lddtree/APKBUILD @@ -1,13 +1,14 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=lddtree pkgver=1.23 -pkgrel=0 -pkgdesc="List dynamic dependencies" +pkgrel=1 +pkgdesc="List dynamic dependencies as a tree" url="https://github.com/ncopa/lddtree" arch="noarch" license="GPL2" depends="scanelf" depends_dev="" +replaces="pax-utils" makedepends="$depends_dev" install="" subpackages="" |