From: Fredrik Fornwall Date: Thu, 19 Nov 2015 22:53:01 +0000 (-0500) Subject: command-not-found: Update with new packages X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/63557b195ce32b278326c0c9d231baa7ab5b90c5 command-not-found: Update with new packages --- diff --git a/packages/command-not-found/build.sh b/packages/command-not-found/build.sh index 17a4fd72..ae55ad35 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.0 +TERMUX_PKG_VERSION=1.1 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 71d64269..3eeaf04a 100644 --- a/packages/command-not-found/commands.h +++ b/packages/command-not-found/commands.h @@ -1150,6 +1150,8 @@ char const* const commands[] = { " pstree", "pv", " pv", +"pwgen", +" pwgen", "python", " 2to3", " 2to3-3.5", @@ -1270,6 +1272,9 @@ char const* const commands[] = { " tmux", "toilet", " toilet", +"tracepath", +" tracepath", +" tracepath6", "transmission", " transmission-cli", " transmission-create", @@ -1315,6 +1320,9 @@ char const* const commands[] = { " vtshowkeys", " vtsize", " vttitle", +"w3m", +" w3m", +" w3mman", "wcalc", " wcalc", "weechat", @@ -1355,6 +1363,8 @@ char const* const commands[] = { " vsyasm", " yasm", " ytasm", +"zile", +" zile", "zip", " zip", " zipcloak",