diff options
Diffstat (limited to 'testing/xmlto/APKBUILD')
-rw-r--r-- | testing/xmlto/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/xmlto/APKBUILD b/testing/xmlto/APKBUILD index a3d0c09906..f9c4c5eb2e 100644 --- a/testing/xmlto/APKBUILD +++ b/testing/xmlto/APKBUILD @@ -1,13 +1,13 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> -# Maintainer: +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xmlto pkgver=0.0.23 -pkgrel=0 +pkgrel=1 pkgdesc="Convert xml to many other formats" url="http://cyberelk.net/tim/software/xmlto/" arch="all" license="GPL" -depends="libxslt perl-yaml-syck perl-test-pod" +depends="libxslt perl-yaml-syck perl-test-pod bash" depends_dev= makedepends="$depends_dev wget bash docbook-xsl" install="" |