command-not-found: Bump with new commands
This commit is contained in:
parent
03b4db0ce2
commit
407531d30e
@ -1,6 +1,6 @@
|
||||
TERMUX_PKG_HOMEPAGE=https://termux.com
|
||||
TERMUX_PKG_DESCRIPTION="Suggest installation of packages in interactive shell sessions"
|
||||
TERMUX_PKG_VERSION=1.15
|
||||
TERMUX_PKG_VERSION=1.16
|
||||
|
||||
termux_step_make_install () {
|
||||
TERMUX_LIBEXEC_DIR=$TERMUX_PREFIX/libexec/termux
|
||||
|
@ -26,6 +26,13 @@ char const* const commands[] = {
|
||||
"binutils",
|
||||
" addr2line",
|
||||
" ar",
|
||||
" arm-linux-androideabi-ar",
|
||||
" arm-linux-androideabi-ld",
|
||||
" arm-linux-androideabi-nm",
|
||||
" arm-linux-androideabi-objdump",
|
||||
" arm-linux-androideabi-ranlib",
|
||||
" arm-linux-androideabi-readelf",
|
||||
" arm-linux-androideabi-strip",
|
||||
" as",
|
||||
" c++filt",
|
||||
" elfedit",
|
||||
@ -134,6 +141,7 @@ char const* const commands[] = {
|
||||
" cmatrix",
|
||||
"coreutils",
|
||||
" [",
|
||||
" b2sum",
|
||||
" base32",
|
||||
" base64",
|
||||
" basename",
|
||||
@ -191,6 +199,7 @@ char const* const commands[] = {
|
||||
" ptx",
|
||||
" pwd",
|
||||
" readlink",
|
||||
" realpath",
|
||||
" rm",
|
||||
" rmdir",
|
||||
" runcon",
|
||||
@ -225,10 +234,8 @@ char const* const commands[] = {
|
||||
" unexpand",
|
||||
" uniq",
|
||||
" unlink",
|
||||
" users",
|
||||
" vdir",
|
||||
" wc",
|
||||
" who",
|
||||
" whoami",
|
||||
" yes",
|
||||
"corkscrew",
|
||||
@ -289,6 +296,7 @@ char const* const commands[] = {
|
||||
" dpkg",
|
||||
" dpkg-deb",
|
||||
" dpkg-divert",
|
||||
" dpkg-genbuildinfo",
|
||||
" dpkg-query",
|
||||
" dpkg-split",
|
||||
" dpkg-trigger",
|
||||
@ -301,6 +309,9 @@ char const* const commands[] = {
|
||||
"dvtm",
|
||||
" dvtm",
|
||||
" dvtm-status",
|
||||
"ed",
|
||||
" ed",
|
||||
" red",
|
||||
"elfutils",
|
||||
" eu-addr2line",
|
||||
" eu-elfcmp",
|
||||
@ -325,6 +336,16 @@ char const* const commands[] = {
|
||||
" emacs-25.1",
|
||||
" emacsclient",
|
||||
" etags",
|
||||
"erlang",
|
||||
" ct_run",
|
||||
" dialyzer",
|
||||
" epmd",
|
||||
" erl",
|
||||
" erlc",
|
||||
" escript",
|
||||
" run_erl",
|
||||
" to_erl",
|
||||
" typer",
|
||||
"espeak",
|
||||
" espeak",
|
||||
"expect",
|
||||
@ -407,6 +428,7 @@ char const* const commands[] = {
|
||||
" gdk-pixbuf-csource",
|
||||
" gdk-pixbuf-pixdata",
|
||||
" gdk-pixbuf-query-loaders",
|
||||
" gdk-pixbuf-thumbnailer",
|
||||
"gifsicle",
|
||||
" gifdiff",
|
||||
" gifsicle",
|
||||
@ -1519,6 +1541,11 @@ char const* const commands[] = {
|
||||
" tmux",
|
||||
"toilet",
|
||||
" toilet",
|
||||
"tor",
|
||||
" tor",
|
||||
" tor-gencert",
|
||||
" tor-resolve",
|
||||
" torify",
|
||||
"tracepath",
|
||||
" tracepath",
|
||||
" tracepath6",
|
||||
|
Loading…
x
Reference in New Issue
Block a user