summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2020-02-24 19:42:34 +0100
committer Willy Sudiarto Raharjo2020-02-29 01:45:17 +0100
commitf8cdc48dbcac5f868bf41780e08f646970a3d537 (patch)
treef623f7431f28cdeb4b58aafbecbae738b6b20f35 /gis
parent059f877906547fdaebd51138412c6711c9dfd3dd (diff)
downloadslackbuilds-f8cdc48dbcac5f868bf41780e08f646970a3d537.tar.gz
gis/pyproj: Updated for version 2.5.0.
Diffstat (limited to 'gis')
-rw-r--r--gis/pyproj/pyproj.SlackBuild4
-rw-r--r--gis/pyproj/pyproj.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/gis/pyproj/pyproj.SlackBuild b/gis/pyproj/pyproj.SlackBuild
index bc6ef9f0ab..6c538e4cae 100644
--- a/gis/pyproj/pyproj.SlackBuild
+++ b/gis/pyproj/pyproj.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pyproj
-# Copyright 2013-2019 Benjamin Trigona-Harany
+# Copyright 2013-2020 Benjamin Trigona-Harany
# 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=pyproj
-VERSION=${VERSION:-2.4.2}
+VERSION=${VERSION:-2.5.0}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
diff --git a/gis/pyproj/pyproj.info b/gis/pyproj/pyproj.info
index 750f299774..a9bd577dfb 100644
--- a/gis/pyproj/pyproj.info
+++ b/gis/pyproj/pyproj.info
@@ -1,8 +1,8 @@
PRGNAM="pyproj"
-VERSION="2.4.2"
+VERSION="2.5.0"
HOMEPAGE="https://github.com/jswhit/pyproj"
-DOWNLOAD="https://github.com/jswhit/pyproj/archive/v2.4.2rel/pyproj-2.4.2rel.tar.gz"
-MD5SUM="39517c7bb7c505a69fe0cc30b0dc9445"
+DOWNLOAD="https://github.com/jswhit/pyproj/archive/v2.5.0rel/pyproj-2.5.0rel.tar.gz"
+MD5SUM="1d5e32caaf1b17f9b15f71beed999597"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="proj python3-Cython"