diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2021-02-06 08:42:17 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-07 01:39:53 +0700 |
commit | 551d89abd93842ce2ef2dad1a0f3a3f194d7a982 (patch) | |
tree | 11341af29a7408f51fb937e3e38ae09c29e41ed1 /gis/pyshp/pyshp.SlackBuild | |
parent | e448e4c2eb265fa97eb8a7de5a8583017e5772fe (diff) |
gis/pyshp: Updated for version 2.1.3.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/pyshp/pyshp.SlackBuild')
-rw-r--r-- | gis/pyshp/pyshp.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gis/pyshp/pyshp.SlackBuild b/gis/pyshp/pyshp.SlackBuild index 077da5b18478..79e20d545974 100644 --- a/gis/pyshp/pyshp.SlackBuild +++ b/gis/pyshp/pyshp.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pyshp -# Copyright 2014-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2014-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # 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=pyshp -VERSION=${VERSION:-2.1.2} +VERSION=${VERSION:-2.1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |