From 3ef15b8843ee75eaed2387d20345375a167edec6 Mon Sep 17 00:00:00 2001 From: Edinaldo P. Silva Date: Sun, 29 Apr 2018 23:33:45 +0100 Subject: misc/grc: Updated for version 1.11.3. Signed-off-by: David Spencer --- misc/grc/grc.SlackBuild | 8 +++++--- misc/grc/grc.info | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'misc') diff --git a/misc/grc/grc.SlackBuild b/misc/grc/grc.SlackBuild index caf1babf00..cc9147fdc0 100644 --- a/misc/grc/grc.SlackBuild +++ b/misc/grc/grc.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for grc. # -# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2015-2018 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM="grc" -VERSION=${VERSION:-1.11.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.11.3} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -78,6 +78,8 @@ mv $PKG/etc/profile.d/grc.bashrc $PKG/etc/profile.d/grc.bashrc.new install -m644 grc.zsh $PKG/etc/profile.d/grc.zsh.new install -m644 grc.fish $PKG/etc/profile.d/grc.fish.new +install -Dm644 _grc $PKG/usr/share/zsh/site-functions/_grc + mv $PKG/usr/share/man $PKG/usr/man find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done diff --git a/misc/grc/grc.info b/misc/grc/grc.info index 509e63f94c..4d47eaa2b0 100644 --- a/misc/grc/grc.info +++ b/misc/grc/grc.info @@ -1,8 +1,8 @@ PRGNAM="grc" -VERSION="1.11.1" +VERSION="1.11.3" HOMEPAGE="https://github.com/garabik/grc" -DOWNLOAD="https://github.com/garabik/grc/archive/v1.11.1/grc-1.11.1.tar.gz" -MD5SUM="0c31d58b5dacf23e57c6d44eb76e4d36" +DOWNLOAD="https://github.com/garabik/grc/archive/v1.11.3/grc-1.11.3.tar.gz" +MD5SUM="17f9a0b014c771b9e4cd060113309073" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" -- cgit v1.2.3