misc/gramps: Updated for version 5.0.0.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Alan Aversa 2018-08-12 18:54:07 +01:00 committed by Willy Sudiarto Raharjo
parent eac0f06ef5
commit 77ccaa621d
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 7 additions and 7 deletions

View file

@ -13,7 +13,7 @@ for example
PYTHON3=yes ./pyicu.SlackBuild
Optional Dependencies
Optional Dependencies: osm-gps-map
For a list of programs GRAMPS can use if they are installed, see

View file

@ -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 . \

View file

@ -1,8 +1,8 @@
PRGNAM="gramps"
VERSION="4.2.6"
VERSION="5.0.0"
HOMEPAGE="https://www.gramps-project.org/"
DOWNLOAD="https://github.com/gramps-project/gramps/archive/v4.2.6/gramps-4.2.6.tar.gz"
MD5SUM="70aafa9d60e1cebeb403129c743db11c"
DOWNLOAD="https://github.com/gramps-project/gramps/archive/v5.0.0/gramps-5.0.0.zip"
MD5SUM="84a0a3aa0bb45b00689475507e9d6524"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pygobject3-python3 pyicu bsddb3"