From a922c73f42cb4ed25897d4accb19da453196b9d0 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sun, 5 Mar 2017 01:34:02 +0100 Subject: [PATCH] Reset relevant package revisions after update --- packages/libandroid-support/build.sh | 2 +- packages/libgnustl/build.sh | 1 - packages/ndk-sysroot/build.sh | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/libandroid-support/build.sh b/packages/libandroid-support/build.sh index a9f44078a..ce2d40f41 100755 --- a/packages/libandroid-support/build.sh +++ b/packages/libandroid-support/build.sh @@ -1,7 +1,7 @@ TERMUX_PKG_HOMEPAGE=https://developer.android.com/tools/sdk/ndk/index.html TERMUX_PKG_DESCRIPTION="Library extending the Android C library (Bionic) for additional multibyte, locale and math support" # Increase last digit each time a patch changes. -TERMUX_PKG_VERSION=${TERMUX_NDK_VERSION}.10 +TERMUX_PKG_VERSION=${TERMUX_NDK_VERSION} TERMUX_PKG_BUILD_IN_SRC=yes TERMUX_PKG_ESSENTIAL=yes diff --git a/packages/libgnustl/build.sh b/packages/libgnustl/build.sh index 0568a7924..ab832c8ec 100644 --- a/packages/libgnustl/build.sh +++ b/packages/libgnustl/build.sh @@ -1,7 +1,6 @@ TERMUX_PKG_HOMEPAGE=http://gcc.gnu.org/onlinedocs/libstdc++/ TERMUX_PKG_DESCRIPTION="The GNU Standard C++ Library (a.k.a. libstdc++-v3), necessary on android since the system libstdc++.so is stripped down" TERMUX_PKG_VERSION=$TERMUX_NDK_VERSION -TERMUX_PKG_REVISION=4 # Since every C++ package links against this by default (due # to the libstdc++.so -> libgnustl_shared.so setup in # build-package.sh) this package is considered essential, diff --git a/packages/ndk-sysroot/build.sh b/packages/ndk-sysroot/build.sh index fb82a18f0..d18db4e1a 100644 --- a/packages/ndk-sysroot/build.sh +++ b/packages/ndk-sysroot/build.sh @@ -1,7 +1,6 @@ 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=9 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"