diff options
author | ArTourter <artourter@gmail.com> | 2021-10-26 18:46:59 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-27 08:06:25 +0700 |
commit | 7866687f03a997ce73f4025a77cf83fc2a1dede8 (patch) | |
tree | fcec3cde0d2491d6fd8f5f94cbc486ae90340eb7 /gis/pyproj/pyproj.SlackBuild | |
parent | 3ae1f60998506070e9d8a10e6be142163efd9db5 (diff) |
gis/pyproj: Updated for version 3.2.1 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/pyproj/pyproj.SlackBuild')
-rw-r--r-- | gis/pyproj/pyproj.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gis/pyproj/pyproj.SlackBuild b/gis/pyproj/pyproj.SlackBuild index 22951a5392ca3..0a5cff3ae2af0 100644 --- a/gis/pyproj/pyproj.SlackBuild +++ b/gis/pyproj/pyproj.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for pyproj # Copyright 2013-2021 Benjamin Trigona-Harany +# Copyright 2021 Gregory J. L. Tourte <artourter@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pyproj -VERSION=${VERSION:-3.0.1} +VERSION=${VERSION:-3.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |