summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/hoorex/README5
-rw-r--r--misc/hoorex/hoorex.SlackBuild11
-rw-r--r--misc/hoorex/hoorex.info8
3 files changed, 11 insertions, 13 deletions
diff --git a/misc/hoorex/README b/misc/hoorex/README
index 82a9417ead..4b33b53705 100644
--- a/misc/hoorex/README
+++ b/misc/hoorex/README
@@ -8,3 +8,8 @@ i.e. which other packages does the queried package(s) depend on. In
either case, the output is listed in build order and (using command
line switches) can be filtered and formatted to accomodate a variety
of usage scenarios.
+
+Commandline tab completion is available in bash shells provided that
+Slackware's bash-completion package (from Slackware CD "extra" directory)
+has been installed at run time. The tab completion for zsh should just work
+(thanks to contribution from David O'Shaughnessy).
diff --git a/misc/hoorex/hoorex.SlackBuild b/misc/hoorex/hoorex.SlackBuild
index 8df9aff806..23b82e7341 100644
--- a/misc/hoorex/hoorex.SlackBuild
+++ b/misc/hoorex/hoorex.SlackBuild
@@ -23,18 +23,11 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=hoorex
-VERSION=${VERSION:-0.6.1}
+VERSION=${VERSION:-0.6.2}
+ARCH=${ARCH:-noarch}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-if [ -z "$ARCH" ]; then
- case "$( uname -m )" in
- i?86) ARCH=i486 ;;
- arm*) ARCH=arm ;;
- *) ARCH=$( uname -m ) ;;
- esac
-fi
-
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
diff --git a/misc/hoorex/hoorex.info b/misc/hoorex/hoorex.info
index ee8b52d39c..d3eacfe323 100644
--- a/misc/hoorex/hoorex.info
+++ b/misc/hoorex/hoorex.info
@@ -1,8 +1,8 @@
PRGNAM="hoorex"
-VERSION="0.6.1"
-HOMEPAGE="https://github.com/cwilling/hoorex"
-DOWNLOAD="https://github.com/cwilling/hoorex/archive/0.6.1/hoorex-0.6.1.tar.gz"
-MD5SUM="8f7ed9abb7fc6dd81eda255162f3750b"
+VERSION="0.6.2"
+HOMEPAGE="https://gitlab.com/chris.willing/hoorex"
+DOWNLOAD="https://gitlab.com/chris.willing/hoorex/-/archive/0.6.2/hoorex-0.6.2.tar.gz"
+MD5SUM="0e9b61f8637903d7542760954f7790ab"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""