Browse Source

command-not-found: Update

android-5
Fredrik Fornwall 9 years ago
parent
commit
88e49e7345
  1. 2
      packages/command-not-found/build.sh
  2. 9
      packages/command-not-found/commands.h

2
packages/command-not-found/build.sh

@ -1,6 +1,6 @@
TERMUX_PKG_HOMEPAGE=http://termux.com TERMUX_PKG_HOMEPAGE=http://termux.com
TERMUX_PKG_DESCRIPTION="Suggest installation of packages in interactive shell sessions" TERMUX_PKG_DESCRIPTION="Suggest installation of packages in interactive shell sessions"
TERMUX_PKG_VERSION=1.5 TERMUX_PKG_VERSION=1.6
termux_step_make_install () { termux_step_make_install () {
TERMUX_LIBEXEC_DIR=$TERMUX_PREFIX/libexec/termux TERMUX_LIBEXEC_DIR=$TERMUX_PREFIX/libexec/termux

9
packages/command-not-found/commands.h

@ -238,6 +238,9 @@ char const* const commands[] = {
" curl", " curl",
"curseofwar", "curseofwar",
" curseofwar", " curseofwar",
"cvs",
" cvs",
" rcs2log",
"dash", "dash",
" dash", " dash",
" sh", " sh",
@ -288,9 +291,9 @@ char const* const commands[] = {
"emacs", "emacs",
" ebrowse", " ebrowse",
" emacs", " emacs",
" emacs-25.0.92",
" emacsclient", " emacsclient",
" etags", " etags",
" temacs",
"espeak", "espeak",
" espeak", " espeak",
"ffmpeg", "ffmpeg",
@ -499,7 +502,6 @@ char const* const commands[] = {
" dnsdomainname", " dnsdomainname",
" ftp", " ftp",
" logger", " logger",
" ping6",
" telnet", " telnet",
" tftp", " tftp",
" traceroute", " traceroute",
@ -1309,6 +1311,7 @@ char const* const commands[] = {
" getprop", " getprop",
" logcat", " logcat",
" ping", " ping",
" ping6",
" pm", " pm",
" su", " su",
" termux-elf-cleaner", " termux-elf-cleaner",
@ -1356,12 +1359,14 @@ char const* const commands[] = {
"utfdecode", "utfdecode",
" utfdecode", " utfdecode",
"vim", "vim",
" vi",
" view", " view",
" vim", " vim",
" vimdiff", " vimdiff",
" vimtutor", " vimtutor",
" xxd", " xxd",
"vim-python", "vim-python",
" vi",
" view", " view",
" vim", " vim",
" vimdiff", " vimdiff",

Loading…
Cancel
Save