summaryrefslogtreecommitdiffstats
path: root/misc/grc
diff options
context:
space:
mode:
Diffstat (limited to 'misc/grc')
-rw-r--r--misc/grc/grc.SlackBuild8
-rw-r--r--misc/grc/grc.info6
2 files changed, 8 insertions, 6 deletions
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"