summaryrefslogtreecommitdiffstats
path: root/misc/gramps/gramps.SlackBuild
diff options
context:
space:
mode:
author Alan Aversa2018-08-12 19:54:07 +0200
committer Willy Sudiarto Raharjo2018-08-18 03:39:44 +0200
commit77ccaa621dc6ef27e1cdaa7b18b08a7eed6861f9 (patch)
tree4316f1f6e470d3e5ca9198f364a0f7a1c1c54ab1 /misc/gramps/gramps.SlackBuild
parenteac0f06ef549d4f810dbcec8f8bd991097e95639 (diff)
downloadslackbuilds-77ccaa621dc6ef27e1cdaa7b18b08a7eed6861f9.tar.gz
misc/gramps: Updated for version 5.0.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'misc/gramps/gramps.SlackBuild')
-rw-r--r--misc/gramps/gramps.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/gramps/gramps.SlackBuild b/misc/gramps/gramps.SlackBuild
index 48275c6a23..0c2120a836 100644
--- a/misc/gramps/gramps.SlackBuild
+++ b/misc/gramps/gramps.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for gramps
-# Copyright 2017 Alan Aversa USA
+# Copyright 2018 Alan Aversa USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gramps
-VERSION=${VERSION:-4.2.6}
+VERSION=${VERSION:-5.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+unzip $CWD/$PRGNAM-$VERSION.zip
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \