diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2024-02-16 11:16:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-16 18:51:32 +0700 |
commit | 11036f6a6932cf385f34c42463184256a7b57a65 (patch) | |
tree | 49ddfe463795adf16c14c518adbf9fdc8149350c | |
parent | c8f2cfd7fda6293baf813f51485ee0e3e7525875 (diff) |
system/zsh-syntax-highlighting: Updated for version 0.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/zsh-syntax-highlighting/zsh-syntax-highlighting.SlackBuild | 14 | ||||
-rw-r--r-- | system/zsh-syntax-highlighting/zsh-syntax-highlighting.info | 6 |
2 files changed, 7 insertions, 13 deletions
diff --git a/system/zsh-syntax-highlighting/zsh-syntax-highlighting.SlackBuild b/system/zsh-syntax-highlighting/zsh-syntax-highlighting.SlackBuild index 6643cd4dc56a..812c0a6ea4f8 100644 --- a/system/zsh-syntax-highlighting/zsh-syntax-highlighting.SlackBuild +++ b/system/zsh-syntax-highlighting/zsh-syntax-highlighting.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for the zsh-syntax-highlighting. # -# Copyright 2018-2020 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2018-2024 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,18 +25,12 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=zsh-syntax-highlighting -VERSION=${VERSION:-0.7.1} +VERSION=${VERSION:-0.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i586 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - esac -fi +ARCH=noarch # If the variable PRINT_PACKAGE_NAME is set, then this script will report what # the name of the created package would be, and then exit. This information @@ -94,7 +88,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION mv $PKG/usr/share/doc/$PRGNAM/* $PKG/usr/doc/$PRGNAM-$VERSION rm -rf $PKG/usr/share/doc -cp HACKING.md INSTALL.md release.md $PKG/usr/doc/$PRGNAM-$VERSION +cp HACKING.md release.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/system/zsh-syntax-highlighting/zsh-syntax-highlighting.info b/system/zsh-syntax-highlighting/zsh-syntax-highlighting.info index 74c7ba4fe5bb..01b1997be87f 100644 --- a/system/zsh-syntax-highlighting/zsh-syntax-highlighting.info +++ b/system/zsh-syntax-highlighting/zsh-syntax-highlighting.info @@ -1,8 +1,8 @@ PRGNAM="zsh-syntax-highlighting" -VERSION="0.7.1" +VERSION="0.8.0" HOMEPAGE="https://github.com/zsh-users/zsh-syntax-highlighting" -DOWNLOAD="https://github.com/zsh-users/zsh-syntax-highlighting/archive/0.7.1/zsh-syntax-highlighting-0.7.1.tar.gz" -MD5SUM="a271f8f290c4173eb056d7f2d6229eb1" +DOWNLOAD="https://github.com/zsh-users/zsh-syntax-highlighting/archive/0.8.0/zsh-syntax-highlighting-0.8.0.tar.gz" +MD5SUM="d767ca3eb85e5ad24c28999ed661af59" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |