diff options
author | ArTourter <artourter@gmail.com> | 2021-10-29 20:05:29 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-30 23:53:21 +0700 |
commit | da8577e22aeb888bc4edb980f86d94e47c8630e0 (patch) | |
tree | bacd9becea75cd42fa800a04d8bc090e49373c0a /gis/python-pygeos/python-pygeos.SlackBuild | |
parent | 94d7de100b0c7c4ffddc1f19e4e84051f56fa4c6 (diff) |
gis/python-pygeos: Updated for version 0.10.2 + new maintainer
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/python-pygeos/python-pygeos.SlackBuild')
-rw-r--r-- | gis/python-pygeos/python-pygeos.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gis/python-pygeos/python-pygeos.SlackBuild b/gis/python-pygeos/python-pygeos.SlackBuild index 39ef7271d739a..f7ed9822ec74c 100644 --- a/gis/python-pygeos/python-pygeos.SlackBuild +++ b/gis/python-pygeos/python-pygeos.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for python-pygeos # Copyright 2019-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# 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=python-pygeos -VERSION=${VERSION:-0.9} +VERSION=${VERSION:-0.10.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |