mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-27 21:22:29 +00:00
fix(main/bash-completion): remove completion for tmux
2.17.0 added completions for tmux, which conflict with the ones provided by tmux itself. Let's keep tmux's.
This commit is contained in:
@@ -3,11 +3,14 @@ TERMUX_PKG_DESCRIPTION="Programmable completion for the bash shell"
|
||||
TERMUX_PKG_LICENSE="GPL-2.0"
|
||||
TERMUX_PKG_MAINTAINER="Joshua Kahn @TomJo2000"
|
||||
TERMUX_PKG_VERSION="2.17.0"
|
||||
TERMUX_PKG_REVISION="1"
|
||||
TERMUX_PKG_SRCURL=https://github.com/scop/bash-completion/releases/download/${TERMUX_PKG_VERSION}/bash-completion-${TERMUX_PKG_VERSION}.tar.xz
|
||||
TERMUX_PKG_SHA256=dd9d825e496435fb3beba3ae7bea9f77e821e894667d07431d1d4c8c570b9e58
|
||||
TERMUX_PKG_AUTO_UPDATE=true
|
||||
TERMUX_PKG_DEPENDS="bash"
|
||||
TERMUX_PKG_PLATFORM_INDEPENDENT=true
|
||||
# This package provides completions for many others, and there are a few conflicts.
|
||||
TERMUX_PKG_RM_AFTER_INSTALL="
|
||||
share/bash-completion/completions/makepkg
|
||||
share/bash-completion/completions/tmux
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user