main/xmlto: upgrade to 0.0.29

This version fixes -Wimplicit-int issues with GCC 14:

https://www.pagure.io/xmlto/c/1375e2df75530cd198bd16ac3de38e2b0d126276

https://www.pagure.io/xmlto/c/8e34f087bf410bcc5fe445933d6ad9bae54f24b5
This commit is contained in:
Celeste 2024-08-02 15:49:35 +00:00 committed by Natanael Copa
parent e202d60818
commit 9802f839a1

View file

@ -1,15 +1,22 @@
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xmlto
pkgver=0.0.28
pkgrel=4
pkgver=0.0.29
pkgrel=0
pkgdesc="Convert xml to many other formats"
url="https://pagure.io/xmlto/"
arch="all"
license="GPL-2.0-or-later"
depends="libxslt perl-yaml-syck perl-test-pod bash docbook-xsl"
makedepends="autoconf automake"
subpackages="$pkgname-doc"
source="https://releases.pagure.org/xmlto/xmlto-$pkgver.tar.bz2"
source="https://www.pagure.io/xmlto/archive/$pkgver/xmlto-$pkgver.tar.gz"
prepare() {
default_prepare
autoreconf -fvi
}
build() {
./configure \
@ -28,4 +35,6 @@ package() {
make -j1 DESTDIR="$pkgdir" install
}
sha512sums="6e0c4968d4f1b7a3b132904182aa72a73f6167553eabdeb65cfafa6295ef7b960541685769d04144207963cca77b0c44db4f9fbb2796348ffcb37b3b399f18f1 xmlto-0.0.28.tar.bz2"
sha512sums="
95b574262b00c5d6460d156a1be6b0684ed2683f4ee0140016f7c88d8cdd7a46b4e090a9e55cee44b7ce88efb68da9af27ff02a182481d05486ed44bea0cc2ce xmlto-0.0.29.tar.gz
"