diff --git a/packages/command-not-found/build.sh b/packages/command-not-found/build.sh index 09d47fa96..f9ab18082 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 4141a36d8..697878e5c 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",