gis/pyproj: Updated for version 3.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cac8e71934
commit
1c03bd7732
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for pyproj
|
||||
|
||||
# Copyright 2013-2020 Benjamin Trigona-Harany
|
||||
# Copyright 2013-2021 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:-3.0.0}
|
||||
VERSION=${VERSION:-3.0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pyproj"
|
||||
VERSION="3.0.0"
|
||||
VERSION="3.0.1"
|
||||
HOMEPAGE="https://github.com/pyproj4/pyproj"
|
||||
DOWNLOAD="https://github.com/pyproj4/pyproj/archive/3.0.0/pyproj-3.0.0.tar.gz"
|
||||
MD5SUM="cbd03b6f2187a0d4bc57fbaab1a07b1f"
|
||||
DOWNLOAD="https://github.com/pyproj4/pyproj/archive/3.0.1/pyproj-3.0.1.tar.gz"
|
||||
MD5SUM="208a109f4b68a82104a52ad3db953a3d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="proj python3-Cython"
|
||||
|
|
Loading…
Reference in New Issue