summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Ruben Schuller2022-03-25 14:44:57 +0100
committer Willy Sudiarto Raharjo2022-03-25 19:20:20 +0100
commit3d666acc2fc7d506869ff32bc2c58fd1262b652d (patch)
tree75b128be715de0594b0cbc4ea2d51649fadb0af8
parente358da29c68af57d4e337b4164d2ae2167f97e3b (diff)
downloadslackbuilds-3d666acc2fc7d506869ff32bc2c58fd1262b652d.tar.gz
development/vis: Updated for version 0.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/vis/vis.SlackBuild8
-rw-r--r--development/vis/vis.info8
2 files changed, 8 insertions, 8 deletions
diff --git a/development/vis/vis.SlackBuild b/development/vis/vis.SlackBuild
index b7b67e0796..7d8d971172 100644
--- a/development/vis/vis.SlackBuild
+++ b/development/vis/vis.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for vis
-# Copyright 2017 Ruben Schuller
+# Copyright 2017-2022 Ruben Schuller
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=vis
-VERSION=${VERSION:-0.5}
+VERSION=${VERSION:-0.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -70,8 +70,8 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-v$VERSION
-tar xvf $CWD/$PRGNAM-v$VERSION.tar.gz
-cd $PRGNAM-v$VERSION
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/development/vis/vis.info b/development/vis/vis.info
index 63bbbcf893..f04e2c01e6 100644
--- a/development/vis/vis.info
+++ b/development/vis/vis.info
@@ -1,10 +1,10 @@
PRGNAM="vis"
-VERSION="0.5"
+VERSION="0.7"
HOMEPAGE="https://github.com/martanne/vis"
-DOWNLOAD="https://github.com/martanne/vis/releases/download/v0.5/vis-v0.5.tar.gz"
-MD5SUM="dceea039778e7da5dad93238e4e4bae2"
+DOWNLOAD="https://github.com/martanne/vis/releases/download/v0.7/vis-0.7.tar.gz"
+MD5SUM="a45ba03d1fa4785ee5693f9619f22e85"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="libtermkey lua-lpeg tre"
+REQUIRES="libtermkey lua53 lua-lpeg tre"
MAINTAINER="Ruben Schuller"
EMAIL="sb@rbn.im"