X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/59f0d218a6ff34c80cf898f6d7ac62555ba8eb11..76c752bf040b272d2904446d0116e525fe1f811c:/packages/subversion/build.sh diff --git a/packages/subversion/build.sh b/packages/subversion/build.sh index 3d70b599..6628db52 100644 --- a/packages/subversion/build.sh +++ b/packages/subversion/build.sh @@ -1,9 +1,11 @@ -TERMUX_PKG_HOMEPAGE=http://subversion.apache.org/ +TERMUX_PKG_HOMEPAGE=https://subversion.apache.org TERMUX_PKG_DESCRIPTION="Centralized version control system characterized by its simplicity" -TERMUX_PKG_VERSION=1.8.13 +TERMUX_PKG_VERSION=1.9.6 TERMUX_PKG_SRCURL=http://apache.mirrors.spacedump.net/subversion/subversion-${TERMUX_PKG_VERSION}.tar.bz2 +TERMUX_PKG_SHA256=dbcbc51fb634082f009121f2cb64350ce32146612787ffb0f7ced351aacaae19 TERMUX_PKG_DEPENDS="apr, apr-util, serf, libexpat, libsqlite" TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--without-sasl --without-libmagic" -# subversion compiles with std=c90, but the NDK asm/byteorder.h uses C99 inline: -CFLAGS+=" -std=c99" +termux_step_pre_configure() { + CPPFLAGS+=" -std=c11" +}