bash: bump revision after change

the bump supposedly in the previous commit was lost somehow
This commit is contained in:
termux-pacman-bot
2022-10-07 11:40:46 +00:00
parent bf8739fd2e
commit a67fbc1611
2 changed files with 3 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ TERMUX_PKG_MAINTAINER="@termux"
_MAIN_VERSION=5.2
_PATCH_VERSION=2
TERMUX_PKG_VERSION=${_MAIN_VERSION}.${_PATCH_VERSION}
TERMUX_PKG_REVISION=1
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/bash/bash-${_MAIN_VERSION}.tar.gz
TERMUX_PKG_SHA256=a139c166df7ff4471c5e0733051642ee5556c1cc8a4a78f145583c5c81ab32fb
TERMUX_PKG_DEPENDS="libandroid-support, libiconv, ncurses, readline (>= 8.0), termux-tools"

View File

@@ -22,3 +22,5 @@ if [ -x @TERMUX_PREFIX@/libexec/termux/command-not-found ]; then
@TERMUX_PREFIX@/libexec/termux/command-not-found "$1"
}
fi
[ -r @TERMUX_PREFIX@/share/bash-completion/bash_completion ] && . @TERMUX_PREFIX@/share/bash-completion/bash_completion