From 20fca3da8f7693cf3486751adf33b123ef27c1a1 Mon Sep 17 00:00:00 2001 From: Butta Date: Fri, 21 Aug 2020 20:58:52 +0530 Subject: [PATCH] Bump only locally building packages- seafile-client, sensible-utils, and util-linux- on CI --- packages/seafile-client/build.sh | 2 +- packages/sensible-utils/build.sh | 1 + packages/util-linux/build.sh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/seafile-client/build.sh b/packages/seafile-client/build.sh index e6a045653..3b3cc4e75 100644 --- a/packages/seafile-client/build.sh +++ b/packages/seafile-client/build.sh @@ -15,7 +15,7 @@ termux_step_pre_configure() { } termux_step_post_configure() { - # the package has trouble to prepare some headers + #the package has trouble to prepare some headers cd $TERMUX_PKG_SRCDIR/lib python $TERMUX_PREFIX/bin/searpc-codegen.py $TERMUX_PKG_SRCDIR/lib/rpc_table.py } diff --git a/packages/sensible-utils/build.sh b/packages/sensible-utils/build.sh index 10ae5373c..6c263e614 100644 --- a/packages/sensible-utils/build.sh +++ b/packages/sensible-utils/build.sh @@ -2,6 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://packages.debian.org/sid/sensible-utils TERMUX_PKG_DESCRIPTION="Small utilities used by programs to sensibly select and spawn an appropriate browser, editor, or pager" TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_VERSION=0.0.13 +TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=http://ftp.debian.org/debian/pool/main/s/sensible-utils/sensible-utils_${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_SHA256=8627a530e48066282aa81384dddfb38cf53c8470ae7e633c14d2341418fa6298 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_prog_PO4A=/bin/echo" diff --git a/packages/util-linux/build.sh b/packages/util-linux/build.sh index 1199592e6..dd766db63 100644 --- a/packages/util-linux/build.sh +++ b/packages/util-linux/build.sh @@ -36,7 +36,7 @@ ac_cv_func_unshare=yes termux_step_pre_configure() { if [ $TERMUX_ARCH_BITS = 64 ]; then - # prlimit() is only available in 64-bit bionic. + #prlimit() is only available in 64-bit bionic. TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" ac_cv_func_prlimit=yes" fi }