X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/27ce01e83bf0264b9aed9595226ef84f07ca0f52..5915e2e2cc5748a38a25c2342ae613455d884393:/packages/fish/build.sh diff --git a/packages/fish/build.sh b/packages/fish/build.sh index 499102ab..9d69fee6 100644 --- a/packages/fish/build.sh +++ b/packages/fish/build.sh @@ -1,9 +1,10 @@ TERMUX_PKG_HOMEPAGE=http://fishshell.com/ TERMUX_PKG_DESCRIPTION="Shell geared towards interactive use" -_COMMIT=b1b2698a843b52ea18ae0f8fc1e5a2b6e003f409 -TERMUX_PKG_VERSION=2.2.201603181154 +_COMMIT=c76d86631717929b3a2f259615e8603e69e13256 +TERMUX_PKG_VERSION=2.2.201605030720 TERMUX_PKG_SRCURL=https://github.com/fish-shell/fish-shell/archive/${_COMMIT}.zip -TERMUX_PKG_DEPENDS="ncurses, libgnustl, libandroid-support" +# fish calls 'tput' from ncurses-utils, at least when cancelling (Ctrl+C) a command line: +TERMUX_PKG_DEPENDS="ncurses, libgnustl, libandroid-support, ncurses-utils" TERMUX_PKG_BUILD_IN_SRC=yes TERMUX_PKG_FOLDERNAME=fish-shell-$_COMMIT