From 17d8de18d7422b9823abdee638709bb762597b87 Mon Sep 17 00:00:00 2001 From: Butta Date: Fri, 21 Aug 2020 17:10:00 +0530 Subject: [PATCH] Bump some packages --- packages/gnunet/build.sh | 1 - packages/rhash/build.sh | 1 + packages/seafile-client/build.sh | 2 +- packages/sensible-utils/build.sh | 1 + packages/util-linux/build.sh | 2 +- 5 files changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/gnunet/build.sh b/packages/gnunet/build.sh index e6847538e..28075fd29 100644 --- a/packages/gnunet/build.sh +++ b/packages/gnunet/build.sh @@ -7,7 +7,6 @@ TERMUX_PKG_DEPENDS="gnurl, libgcrypt, libgmp, libidn, libjansson, libltdl, libmi TERMUX_PKG_BUILD_IN_SRC=true TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_have_decl_struct_in6_ifreq=yes" -#bump termux_step_pre_configure() { CPPFLAGS+=" -D_LINUX_IN6_H" ./bootstrap diff --git a/packages/rhash/build.sh b/packages/rhash/build.sh index 056cef28c..bb891fa97 100644 --- a/packages/rhash/build.sh +++ b/packages/rhash/build.sh @@ -2,6 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://github.com/rhash/RHash TERMUX_PKG_DESCRIPTION="Console utility for calculation and verification of magnet links and a wide range of hash sums" TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_VERSION=1.4.0 +TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://github.com/rhash/RHash/archive/v$TERMUX_PKG_VERSION.tar.gz TERMUX_PKG_SHA256=2ea39540f5c580da0e655f7b483c19e0d31506aed4202d88e8459fa7aeeb8861 TERMUX_PKG_DEPENDS="openssl" 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 }