command-not-found: Regenerate

This commit is contained in:
Fredrik Fornwall 2016-04-19 17:26:27 -04:00
parent f5a7d27851
commit 96d77328e6
2 changed files with 36 additions and 19 deletions

View File

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

View File

@ -28,6 +28,8 @@ char const* const commands[] = {
" aclocal-1.15",
" automake",
" automake-1.15",
"autossh",
" autossh",
"bash",
" bash",
"bc",
@ -272,6 +274,11 @@ char const* const commands[] = {
" dig",
" host",
" nslookup",
"dos2unix",
" dos2unix",
" mac2unix",
" unix2dos",
" unix2mac",
"dpkg",
" dpkg",
" dpkg-deb",
@ -298,6 +305,12 @@ char const* const commands[] = {
" etags",
"espeak",
" espeak",
"expect",
" autoexpect",
" expect",
" timed-read",
" timed-run",
" unbuffer",
"ffmpeg",
" ffmpeg",
" ffprobe",
@ -1332,24 +1345,6 @@ char const* const commands[] = {
" termux-tts-engines",
" termux-tts-speak",
" termux-vibrate",
"termux-tools",
" am",
" chsh",
" dalvikvm",
" df",
" getprop",
" ip",
" logcat",
" ping",
" ping6",
" pm",
" settings",
" su",
" termux-elf-cleaner",
" termux-fix-shebang",
" termux-open-url",
" termux-reload-settings",
" termux-setup-storage",
"teseq",
" reseq",
" teseq",
@ -1531,6 +1526,11 @@ char const* const commands[] = {
"jack",
" jack",
"parallel",
" env_parallel",
" env_parallel.bash",
" env_parallel.fish",
" env_parallel.ksh",
" env_parallel.zsh",
" niceload",
" parallel",
" sem",
@ -1542,4 +1542,21 @@ char const* const commands[] = {
" rifle",
"ruby-ri",
" ri",
"termux-tools",
" am",
" chsh",
" dalvikvm",
" df",
" getprop",
" ip",
" logcat",
" ping",
" ping6",
" pm",
" settings",
" su",
" termux-fix-shebang",
" termux-open-url",
" termux-reload-settings",
" termux-setup-storage",
};