bump(main/xmlto): 0.0.29 (#20699)

This commit is contained in:
termux-pacman-bot
2024-06-28 10:09:01 +00:00
parent 4ce087df32
commit 9ead9f2de3
2 changed files with 7 additions and 23 deletions

View File

@@ -2,10 +2,13 @@ TERMUX_PKG_HOMEPAGE=https://pagure.io/xmlto/
TERMUX_PKG_DESCRIPTION="Convert xml to many other formats"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.0.28
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://releases.pagure.org/xmlto/xmlto-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=1130df3a7957eb9f6f0d29e4aa1c75732a7dfb6d639be013859b5c7ec5421276
TERMUX_PKG_VERSION="0.0.29"
TERMUX_PKG_SRCURL=https://www.pagure.io/xmlto/archive/${TERMUX_PKG_VERSION}/xmlto-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=40504db68718385a4eaa9154a28f59e51e59d006d1aa14f5bc9d6fded1d6017a
TERMUX_PKG_DEPENDS="xsltproc"
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_METHOD=repology
termux_step_pre_configure() {
autoreconf -fi
}

View File

@@ -1,19 +0,0 @@
--- a/xmlif/xmlif.c
+++ b/xmlif/xmlif.c
@@ -1151,7 +1151,7 @@
static char **selections; /* selection tokens */
static int nselections; /* number of selections */
-static ifsense; /* sense of last `if' or unless seen */
+static int ifsense; /* sense of last `if' or unless seen */
static char *attribute; /* last attribute scanned */
struct stack_t {
@@ -2632,6 +2632,7 @@
int yywrap() {exit(0);};
+int
main(int argc, char *argv[])
{
int i;