diff options
Diffstat (limited to 'testing/atool/APKBUILD')
-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" |