diff options
author | Christoph Willing <chris.willing@linux.com> | 2018-06-07 23:24:13 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-06-09 07:15:39 +0700 |
commit | c4ca04219c4725efcc78990abdd83c6c2e5b4658 (patch) | |
tree | 3d8e6cc1c14d4a491a2f880f0c9e30de79ad2049 /misc | |
parent | 14f5363cecbbf64ee88d30150e523a391c0d3c5a (diff) |
misc/hoorex: Updated for version 0.6.2
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/hoorex/README | 5 | ||||
-rw-r--r-- | misc/hoorex/hoorex.SlackBuild | 11 | ||||
-rw-r--r-- | misc/hoorex/hoorex.info | 8 |
3 files changed, 11 insertions, 13 deletions
diff --git a/misc/hoorex/README b/misc/hoorex/README index 82a9417eadd4..4b33b5370537 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 8df9aff80612..23b82e7341cd 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 ee8b52d39ca8..d3eacfe32314 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="" |