torsocks: Fix building with unified headers
[termux-packages] / packages / texinfo / build.sh
index 9ba98e7..1e7eb4d 100644 (file)
@@ -1,5 +1,7 @@
 TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/texinfo/
 TERMUX_PKG_DESCRIPTION="Documentation system for on-line information and printed output"
-TERMUX_PKG_VERSION=6.1
+TERMUX_PKG_VERSION=6.4
 TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/texinfo/texinfo-${TERMUX_PKG_VERSION}.tar.xz
+TERMUX_PKG_SHA256=6ae2e61d87c6310f9af7c6f2426bd0470f251d1a6deb61fba83a3b3baff32c3a
 TERMUX_PKG_DEPENDS="ncurses, perl"
+TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-perl-xs"