diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-02-24 10:42:34 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-29 07:45:17 +0700 |
commit | f8cdc48dbcac5f868bf41780e08f646970a3d537 (patch) | |
tree | f623f7431f28cdeb4b58aafbecbae738b6b20f35 /gis/pyproj | |
parent | 059f877906547fdaebd51138412c6711c9dfd3dd (diff) | |
download | slackbuilds-f8cdc48dbcac5f868bf41780e08f646970a3d537.tar.gz |
gis/pyproj: Updated for version 2.5.0.
Diffstat (limited to 'gis/pyproj')
-rw-r--r-- | gis/pyproj/pyproj.SlackBuild | 4 | ||||
-rw-r--r-- | gis/pyproj/pyproj.info | 6 |
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" |