X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/27ce01e83bf0264b9aed9595226ef84f07ca0f52..e14f677c9e9d0d1170aecf9e041f84eb65ed18fd:/packages/pick/build.sh diff --git a/packages/pick/build.sh b/packages/pick/build.sh index e1d5018c..acf0e3b2 100644 --- a/packages/pick/build.sh +++ b/packages/pick/build.sh @@ -1,5 +1,7 @@ -TERMUX_PKG_HOMEPAGE=https://github.com/thoughtbot/pick +TERMUX_PKG_HOMEPAGE=https://github.com/calleerlandsson/pick TERMUX_PKG_DESCRIPTION="Utility to choose one option from a set of choices with fuzzy search functionality" -TERMUX_PKG_VERSION=1.3.0 -TERMUX_PKG_SRCURL=https://github.com/thoughtbot/pick/releases/download/v${TERMUX_PKG_VERSION}/pick-${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_VERSION=1.7.0 +TERMUX_PKG_SHA256=950531c56edc4be375fe4e89291caa807322b298143043e2e2963de34e96de15 +TERMUX_PKG_SRCURL=https://github.com/calleerlandsson/pick/releases/download/v${TERMUX_PKG_VERSION}/pick-${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_DEPENDS="ncurses" +TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_search_setupterm=-lncurses"