diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2025-06-25 03:25:41 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2025-07-13 00:14:14 -0500 |
commit | 6fa065e62fced97cd8c84c617e56917771c9f086 (patch) | |
tree | 0969e6014b81c0dddbf1a75f751e534b766aabb0 | |
parent | 9adbd551cf8ce29b05be5814c7a121888a024afd (diff) | |
download | packages-6fa065e62fced97cd8c84c617e56917771c9f086.tar.gz packages-6fa065e62fced97cd8c84c617e56917771c9f086.tar.bz2 packages-6fa065e62fced97cd8c84c617e56917771c9f086.tar.xz packages-6fa065e62fced97cd8c84c617e56917771c9f086.zip |
system/xmlto: Update to 0.0.29
-rw-r--r-- | system/xmlto/APKBUILD | 9 |
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" |