From c4ca04219c4725efcc78990abdd83c6c2e5b4658 Mon Sep 17 00:00:00 2001 From: Christoph Willing Date: Thu, 7 Jun 2018 23:24:13 +1000 Subject: misc/hoorex: Updated for version 0.6.2 Signed-off-by: Christoph Willing --- misc/hoorex/README | 5 +++++ misc/hoorex/hoorex.SlackBuild | 11 ++--------- misc/hoorex/hoorex.info | 8 ++++---- 3 files changed, 11 insertions(+), 13 deletions(-) diff --git a/misc/hoorex/README b/misc/hoorex/README index 82a9417eadd4a..4b33b5370537b 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 8df9aff80612c..23b82e7341cd0 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 ee8b52d39ca87..d3eacfe32314d 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="" -- cgit v1.2.3