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/pyproj.SlackBuild | |
parent | 059f877906547fdaebd51138412c6711c9dfd3dd (diff) |
gis/pyproj: Updated for version 2.5.0.
Diffstat (limited to 'gis/pyproj/pyproj.SlackBuild')
-rw-r--r-- | gis/pyproj/pyproj.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gis/pyproj/pyproj.SlackBuild b/gis/pyproj/pyproj.SlackBuild index bc6ef9f0ab35f..6c538e4cae6e1 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} |