diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2021-07-01 09:18:31 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-03 11:36:07 +0700 |
commit | 5ce23b371b174bf96665c2664b6556733ebf20a3 (patch) | |
tree | 3eb36161ba3e61e744ef4aa82cf9bef37f2fd133 /gis/cartopy/cartopy.SlackBuild | |
parent | 3a2045cec2f1725e0d00ad3234fe36d2f82bd969 (diff) |
gis/cartopy: Updated for version 0.19.0.post1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/cartopy/cartopy.SlackBuild')
-rw-r--r-- | gis/cartopy/cartopy.SlackBuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gis/cartopy/cartopy.SlackBuild b/gis/cartopy/cartopy.SlackBuild index fc1fbf84a82b3..e3a58dad79373 100644 --- a/gis/cartopy/cartopy.SlackBuild +++ b/gis/cartopy/cartopy.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for cartopy -# 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,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=cartopy -VERSION=${VERSION:-0.18.0} +SRCNAM=Cartopy +VERSION=${VERSION:-0.19.0.post1} BUILD=${BUILD:-3} TAG=${TAG:-_SBo} @@ -59,9 +60,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION +rm -rf $SRCNAM-$VERSION +tar xvf $CWD/$SRCNAM-$VERSION.tar.gz +cd $SRCNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |