summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author Andrew Clemons2022-11-03 12:12:56 +0100
committer Willy Sudiarto Raharjo2022-11-05 15:15:18 +0100
commit28a837a34a354a32ac2c6088e91cd170778f8dbc (patch)
tree806755e569a14ef6c900e5887b6c32e31ba5fe9d /gis
parent4f891e522c3f84999072da08d23b8823853a623d (diff)
downloadslackbuilds-28a837a34a354a32ac2c6088e91cd170778f8dbc.tar.gz
gis/python3-cftime: Fix github tarball handling.
https://slackbuilds.org/GITHUB_URLs.txt This avoids having differently named tarballs and src directories. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r--gis/python3-cftime/python3-cftime.SlackBuild2
-rw-r--r--gis/python3-cftime/python3-cftime.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/gis/python3-cftime/python3-cftime.SlackBuild b/gis/python3-cftime/python3-cftime.SlackBuild
index 092aa044db..e687370df5 100644
--- a/gis/python3-cftime/python3-cftime.SlackBuild
+++ b/gis/python3-cftime/python3-cftime.SlackBuild
@@ -70,7 +70,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$SRCVER
-tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
+tar xvf $CWD/$SRCNAM-$SRCVER.tar.gz
cd $SRCNAM-$SRCVER
chown -R root:root .
find -L . \
diff --git a/gis/python3-cftime/python3-cftime.info b/gis/python3-cftime/python3-cftime.info
index 0425831d2f..32541bed39 100644
--- a/gis/python3-cftime/python3-cftime.info
+++ b/gis/python3-cftime/python3-cftime.info
@@ -1,7 +1,7 @@
PRGNAM="python3-cftime"
VERSION="1.6.2"
HOMEPAGE="https://unidata.github.io/cftime/"
-DOWNLOAD="https://github.com/Unidata/cftime/archive/v1.6.2rel/cftime-1.6.2.tar.gz"
+DOWNLOAD="https://github.com/Unidata/cftime/archive/v1.6.2rel/cftime-1.6.2rel.tar.gz"
MD5SUM="721fb4a113aabbac3d40d5cd30e3db90"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""