X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/4f367c6eecdc78a8bd52e6115d6b1b6b6b86bcc5..b92efadafd1021f7b92b74539e23b21d2a471923:/packages/libmpfr/build.sh diff --git a/packages/libmpfr/build.sh b/packages/libmpfr/build.sh index 8bde336b..c8f4eeba 100755 --- a/packages/libmpfr/build.sh +++ b/packages/libmpfr/build.sh @@ -1,7 +1,6 @@ TERMUX_PKG_HOMEPAGE=http://www.mpfr.org/ TERMUX_PKG_DESCRIPTION="C library for multiple-precision floating-point computations with correct rounding" TERMUX_PKG_DEPENDS="libgmp" -TERMUX_PKG_VERSION=3.1.3 -TERMUX_PKG_BUILD_REVISION=1 +TERMUX_PKG_VERSION=3.1.4 TERMUX_PKG_SRCURL=http://ftp.gnu.org/gnu/mpfr/mpfr-${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_header_locale_h=no"