diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-11-03 20:16:14 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-05 21:15:18 +0700 |
commit | add128fe7b68ddb9a7001242609dfdb324c764c8 (patch) | |
tree | 7060ea5548e976dfe171462e94fa8d85148f350a /gis | |
parent | 28a837a34a354a32ac2c6088e91cd170778f8dbc (diff) | |
download | slackbuilds-add128fe7b68ddb9a7001242609dfdb324c764c8.tar.gz |
gis/python3-netcdf4-python: 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-netcdf4-python/python3-netcdf4-python.SlackBuild | 2 | ||||
-rw-r--r-- | gis/python3-netcdf4-python/python3-netcdf4-python.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gis/python3-netcdf4-python/python3-netcdf4-python.SlackBuild b/gis/python3-netcdf4-python/python3-netcdf4-python.SlackBuild index a59d2fd303..41b2de294f 100644 --- a/gis/python3-netcdf4-python/python3-netcdf4-python.SlackBuild +++ b/gis/python3-netcdf4-python/python3-netcdf4-python.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-netcdf4-python/python3-netcdf4-python.info b/gis/python3-netcdf4-python/python3-netcdf4-python.info index b335cbbfe8..f52381575f 100644 --- a/gis/python3-netcdf4-python/python3-netcdf4-python.info +++ b/gis/python3-netcdf4-python/python3-netcdf4-python.info @@ -1,7 +1,7 @@ PRGNAM="python3-netcdf4-python" VERSION="1.6.0" HOMEPAGE="http://unidata.github.io/netcdf4-python/" -DOWNLOAD="https://github.com/Unidata/netcdf4-python/archive/v1.6.0rel/netcdf4-python-1.6.0.tar.gz" +DOWNLOAD="https://github.com/Unidata/netcdf4-python/archive/v1.6.0rel/netcdf4-python-1.6.0rel.tar.gz" MD5SUM="35f3ecc484136f14615c7cf6f45d7f8e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |