aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/xmlto/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/xmlto/APKBUILD b/testing/xmlto/APKBUILD
index a3d0c09906b..f9c4c5eb2e0 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=""