chiark / gitweb /
Reset relevant package revisions after update
authorFredrik Fornwall <fredrik@fornwall.net>
Sun, 5 Mar 2017 00:34:02 +0000 (01:34 +0100)
committerFredrik Fornwall <fredrik@fornwall.net>
Sun, 5 Mar 2017 00:34:02 +0000 (01:34 +0100)
packages/libandroid-support/build.sh
packages/libgnustl/build.sh
packages/ndk-sysroot/build.sh

index a9f44078a96666888d72b6bf494d1ca3fa397244..ce2d40f41a922a6c89b98f40516a67d636a608c6 100755 (executable)
@@ -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
 
index 0568a7924b342bccd1c3eb868d829ad340d2ac9e..ab832c8ecc1f66a0b014fc7f67138530524bad13 100644 (file)
@@ -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,
index fb82a18f01e063f04208e594e6e769ef7c287d57..d18db4e1ac6e460e4f9d087c7e939c8095c3abcf 100644 (file)
@@ -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"