diff options
author | ScrumpyJack <scrumpyjack@st.ilet.to> | 2016-06-28 12:52:37 +0000 |
---|---|---|
committer | Bartłomiej Piotrowski <bpiotrowski@mirantis.com> | 2016-07-01 11:18:28 +0200 |
commit | ba7e4d67e88cb81e85801d2e48dd17d231aad8e1 (patch) | |
tree | ff4ef488bafb5a22b27a107f9cae39b86b9ebbf6 /testing/atool | |
parent | 70e2825465bc18b2d96ec1063d1a0ecde3e017b3 (diff) | |
download | aports-ba7e4d67e88cb81e85801d2e48dd17d231aad8e1.tar.bz2 aports-ba7e4d67e88cb81e85801d2e48dd17d231aad8e1.tar.xz |
testing/atool: fix missing Perl dependancy
Fixes missing Perl dependancy at build and installation time.
Diffstat (limited to 'testing/atool')
-rw-r--r-- | testing/atool/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/atool/APKBUILD b/testing/atool/APKBUILD index 6344a9f847..05622ab9e0 100644 --- a/testing/atool/APKBUILD +++ b/testing/atool/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Camille Scholtz <onodera@openmailbox.org> pkgname=atool pkgver=0.39.0 -pkgrel=1 -pkgdesc="a script for managing file archives of various types" +pkgrel=2 +pkgdesc="a Perl script for managing file archives of various types" url="http://nongnu.org/atool" -arch="all" +arch="noarch" license="GPL3" -depends="" +depends="perl" depends_dev="" -makedepends="$depends_dev" +makedepends="perl" install="" subpackages="$pkgname-doc" source="http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz" |