summaryrefslogtreecommitdiffstats
path: root/testing/xmlto/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/xmlto/APKBUILD')
-rw-r--r--testing/xmlto/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/testing/xmlto/APKBUILD b/testing/xmlto/APKBUILD
index f9c4c5eb2e..7d7f49c58b 100644
--- a/testing/xmlto/APKBUILD
+++ b/testing/xmlto/APKBUILD
@@ -1,19 +1,18 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xmlto
-pkgver=0.0.23
+pkgver=0.0.25
pkgrel=1
pkgdesc="Convert xml to many other formats"
url="http://cyberelk.net/tim/software/xmlto/"
arch="all"
-license="GPL"
+license="GPL2+"
depends="libxslt perl-yaml-syck perl-test-pod bash"
depends_dev=
-makedepends="$depends_dev wget bash docbook-xsl"
+makedepends="$depends_dev bash docbook-xsl"
install=""
subpackages="$pkgname-doc"
source="https://fedorahosted.org/releases/x/m/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
-
_builddir="$srcdir/$pkgname-$pkgver"
prepare() {
@@ -38,4 +37,4 @@ package() {
make -j1 DESTDIR="$pkgdir" install || return 1
}
-md5sums="3001d6bb2bbc2c8f6c2301f05120f074 xmlto-0.0.23.tar.bz2"
+md5sums="6b6267b1470f8571fe5f63a128970364 xmlto-0.0.25.tar.bz2"