diff options
author | Alan Aversa <alan.aveNOrsaSP@AMcox.net (remove NO and SPAM)> | 2019-10-19 09:54:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-19 09:54:51 +0700 |
commit | 1223ce7d4b28743544ca70ee3e9e40cc3bdfcb68 (patch) | |
tree | dfce79aaec8920933a6e531561d6ceb6ebcdfbe4 /misc | |
parent | 690d6133b659349ed3b71d2e2de3e10b14176453 (diff) | |
download | slackbuilds-1223ce7d4b28743544ca70ee3e9e40cc3bdfcb68.tar.gz |
misc/gramps: Updated for version 5.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gramps/README | 2 | ||||
-rw-r--r-- | misc/gramps/gramps.SlackBuild | 2 | ||||
-rw-r--r-- | misc/gramps/gramps.info | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/misc/gramps/README b/misc/gramps/README index 57b02affe2..07fb13608a 100644 --- a/misc/gramps/README +++ b/misc/gramps/README @@ -13,7 +13,7 @@ for example PYTHON3=yes ./pyicu.SlackBuild -Optional Dependencies: osm-gps-map +Optional Dependencies: osm-gps-map and libgexiv2 For a list of programs GRAMPS can use if they are installed, see diff --git a/misc/gramps/gramps.SlackBuild b/misc/gramps/gramps.SlackBuild index 0c2120a836..a0f2f6063b 100644 --- a/misc/gramps/gramps.SlackBuild +++ b/misc/gramps/gramps.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gramps -VERSION=${VERSION:-5.0.0} +VERSION=${VERSION:-5.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/misc/gramps/gramps.info b/misc/gramps/gramps.info index d326742902..b9135a45f8 100644 --- a/misc/gramps/gramps.info +++ b/misc/gramps/gramps.info @@ -1,8 +1,8 @@ PRGNAM="gramps" -VERSION="5.0.0" +VERSION="5.1.1" HOMEPAGE="https://www.gramps-project.org/" -DOWNLOAD="https://github.com/gramps-project/gramps/archive/v5.0.0/gramps-5.0.0.zip" -MD5SUM="84a0a3aa0bb45b00689475507e9d6524" +DOWNLOAD="https://github.com/gramps-project/gramps/archive/v5.1.1/gramps-5.1.1.zip" +MD5SUM="755fde3b136ce4b534167f57f8b097cd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pygobject3-python3 pyicu bsddb3" |