gis/python3-basemap: Updated for version 1.3.5.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Cristiano Urban 2022-11-03 23:43:26 +00:00 committed by Willy Sudiarto Raharjo
parent 595e80bf08
commit d209f99d9f
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-basemap
SRCNAM=basemap
VERSION=${VERSION:-1.3.4}
VERSION=${VERSION:-1.3.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-basemap"
VERSION="1.3.4"
VERSION="1.3.5"
HOMEPAGE="https://github.com/matplotlib/basemap"
DOWNLOAD="https://github.com/matplotlib/basemap/archive/v1.3.4/basemap-1.3.4.tar.gz"
MD5SUM="96750dffb2fe8bcf36daf3cd9bd7b58b"
DOWNLOAD="https://github.com/matplotlib/basemap/archive/v1.3.5/basemap-1.3.5.tar.gz"
MD5SUM="a76b485933ba63b2d1581eba0d56fa6d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="geos python3-pyproj python3-pyshp python3-matplotlib"