diff --git a/packages/fish/build.sh b/packages/fish/build.sh index acbd7cf8c647e18..3f6bf96abf6a20b 100644 --- a/packages/fish/build.sh +++ b/packages/fish/build.sh @@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="The user-friendly command line shell" TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_MAINTAINER="@termux" TERMUX_PKG_VERSION="4.0.0" +TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://github.com/fish-shell/fish-shell/releases/download/$TERMUX_PKG_VERSION/fish-${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_SHA256=2fda5bd970357064d8d4c896e08285ba59965ca2a8c4829ca8a82bf3b89c69f3 TERMUX_PKG_AUTO_UPDATE=true @@ -54,6 +55,9 @@ termux_step_post_make_install() { function __fish_command_not_found_handler --on-event fish_command_not_found $TERMUX_PREFIX/libexec/termux/command-not-found \$argv[1] end + + # TODO: remove when https://github.com/termux/termux-app/pull/4417 gets released + set -Ua fish_features no-keyboard-protocols EOF }