From 96d77328e6d4a796d3d9c131a7309be0c6260b0b Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Tue, 19 Apr 2016 17:26:27 -0400 Subject: [PATCH] command-not-found: Regenerate --- packages/command-not-found/build.sh | 2 +- packages/command-not-found/commands.h | 53 +++++++++++++++++++++++------------ 2 files changed, 36 insertions(+), 19 deletions(-) diff --git a/packages/command-not-found/build.sh b/packages/command-not-found/build.sh index f4747b93..272f5cdc 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=1.9 +TERMUX_PKG_VERSION=1.10 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 6def97ac..bff22e63 100644 --- a/packages/command-not-found/commands.h +++ b/packages/command-not-found/commands.h @@ -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", }; -- 2.11.0