From: Fredrik Fornwall Date: Wed, 16 Aug 2017 23:18:36 +0000 (+0200) Subject: ndk-sysroot: Bump revision after libintl.h update X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/03e1ccccd205125bb2df1dbcbc19b4548e1d97ec ndk-sysroot: Bump revision after libintl.h update --- diff --git a/packages/ndk-sysroot/build.sh b/packages/ndk-sysroot/build.sh index 0691b7c2..3060f361 100644 --- a/packages/ndk-sysroot/build.sh +++ b/packages/ndk-sysroot/build.sh @@ -1,7 +1,7 @@ TERMUX_PKG_HOMEPAGE=https://developer.android.com/tools/sdk/ndk/index.html TERMUX_PKG_DESCRIPTION="System header and library files from the Android NDK needed for compiling C programs" TERMUX_PKG_VERSION=$TERMUX_NDK_VERSION -TERMUX_PKG_REVISION=3 +TERMUX_PKG_REVISION=4 TERMUX_PKG_NO_DEVELSPLIT=yes # Depend on libandroid-support-dev so that iconv.h and libintl.h are available: TERMUX_PKG_DEPENDS="libandroid-support-dev"