From: Fredrik Fornwall Date: Thu, 17 Sep 2015 15:25:10 +0000 (-0400) Subject: command-not-found: Update executable list X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/fb69c22d1942642ad079ba453c214e810741529f?hp=0b036272fe93e01200f98565856c85cb7a84ecdd command-not-found: Update executable list --- diff --git a/packages/command-not-found/build.sh b/packages/command-not-found/build.sh index 09d47fa9..f9ab1808 100644 --- a/packages/command-not-found/build.sh +++ b/packages/command-not-found/build.sh @@ -1,6 +1,6 @@ TERMUX_PKG_HOMEPAGE=http://termux.com TERMUX_PKG_DESCRIPTION="Suggest installation of packages in interactive shell sessions" -TERMUX_PKG_VERSION=0.8 +TERMUX_PKG_VERSION=0.9 termux_step_make_install () { TERMUX_LIBEXEC_DIR=$TERMUX_PREFIX/libexec/termux diff --git a/packages/command-not-found/commands.h b/packages/command-not-found/commands.h index 4141a36d..697878e5 100644 --- a/packages/command-not-found/commands.h +++ b/packages/command-not-found/commands.h @@ -1135,12 +1135,21 @@ char const* const commands[] = { " pv", "python", " 2to3", -" 2to3-3.4", +" 2to3-3.5", " pydoc3", -" pydoc3.4", +" pydoc3.5", " python", " python3", -" python3.4", +" python3.5", +"python2", +" idle", +" pydoc", +" python-config", +" python2", +" python2-config", +" python2.7", +" python2.7-config", +" smtpd.py", "rlwrap", " rlwrap", "rsync", @@ -1273,6 +1282,12 @@ char const* const commands[] = { " vimdiff", " vimtutor", " xxd", +"vim-python", +" view", +" vim", +" vimdiff", +" vimtutor", +" xxd", "vttest", " vttest", "vtutils",