diff --git a/util/shell/bash-completion/actions.py b/util/shell/bash-completion/actions.py index 9ea982456d..fbde21a621 100644 --- a/util/shell/bash-completion/actions.py +++ b/util/shell/bash-completion/actions.py @@ -20,7 +20,7 @@ def install(): autotools.rawInstall('DESTDIR=%s' % get.installDIR()) # provided by util-linux , networkmanager , remove Slackware's makepkg completion - blacklist = ["mount", "umount", "hd", "ncal", "makepkg"] + blacklist = ["hd", "ncal", "makepkg"] for comp in blacklist: pisitools.remove("/usr/share/bash-completion/completions/%s" % comp) diff --git a/util/shell/bash-completion/pspec.xml b/util/shell/bash-completion/pspec.xml index ad8abc689a..3dd3d96d75 100644 --- a/util/shell/bash-completion/pspec.xml +++ b/util/shell/bash-completion/pspec.xml @@ -12,9 +12,9 @@ app:console Programmable completion for bash A relatively new feature in bash is programmable completion. Since now, users have been able to complete commands, variables and filenames; now it is also possible to complete parameters. - https://github.com/scop/bash-completion/releases/download/2.8/bash-completion-2.8.tar.xz + https://github.com/scop/bash-completion/releases/download/2.10/bash-completion-2.10.tar.xz - + pisilinux.patch --> @@ -36,6 +36,13 @@ + + 2020-01-11 + 2.10 + Version bump. + Kamil Atlı + suvari@pisilinux.org + 2018-07-29 2.8 @@ -72,4 +79,4 @@ alihan@pisilinux.org - + \ No newline at end of file