summaryrefslogtreecommitdiff
path: root/system/xmlto/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'system/xmlto/APKBUILD')
-rw-r--r--system/xmlto/APKBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/system/xmlto/APKBUILD b/system/xmlto/APKBUILD
index cbba646f5..ff9811e02 100644
--- a/system/xmlto/APKBUILD
+++ b/system/xmlto/APKBUILD
@@ -2,18 +2,19 @@
# Contributor: Molly Miller <adelie@m-squa.red>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=xmlto
-pkgver=0.0.28
-pkgrel=3
+pkgver=0.0.29
+pkgrel=0
pkgdesc="Tool for converting XML files to various formats"
url="https://pagure.io/xmlto/"
arch="all"
license="GPL-2.0+"
depends="libxslt perl-yaml-syck perl-test-pod bash docbook-xsl"
-makedepends="bash"
+makedepends="autoconf automake bash"
subpackages="$pkgname-doc"
source="https://releases.pagure.org/xmlto/xmlto-$pkgver.tar.bz2"
build() {
+ autoreconf -vif
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -31,4 +32,4 @@ package() {
make -j1 DESTDIR="$pkgdir" install
}
-sha512sums="6e0c4968d4f1b7a3b132904182aa72a73f6167553eabdeb65cfafa6295ef7b960541685769d04144207963cca77b0c44db4f9fbb2796348ffcb37b3b399f18f1 xmlto-0.0.28.tar.bz2"
+sha512sums="fcf76a4cbe22d09126924d3e4a735ad5e448c22aa3b553e54766ecc7579f5b0d467b52e79301e495201fdc955de411a2a26081b8089643851f3794efa8b55158 xmlto-0.0.29.tar.bz2"