summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2021-12-12 05:25:08 +0100
committer Willy Sudiarto Raharjo2021-12-13 18:01:36 +0100
commit11925bc49e75ba8daceaaf996bab646302c8c4e9 (patch)
treeef56f5a503d4a3b94a12b4048396eeca77272288
parent130676d5558bbc3a572a7a4aa0cacbffa1ec8c04 (diff)
downloadslackbuilds-11925bc49e75ba8daceaaf996bab646302c8c4e9.tar.gz
gis/geos: Fix tarball handling.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--gis/geos/geos.SlackBuild2
-rw-r--r--gis/geos/geos.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/gis/geos/geos.SlackBuild b/gis/geos/geos.SlackBuild
index 1afd189798..6bb5aa26ca 100644
--- a/gis/geos/geos.SlackBuild
+++ b/gis/geos/geos.SlackBuild
@@ -71,7 +71,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/gis/geos/geos.info b/gis/geos/geos.info
index d8d34f6f66..66109eb923 100644
--- a/gis/geos/geos.info
+++ b/gis/geos/geos.info
@@ -1,7 +1,7 @@
PRGNAM="geos"
VERSION="3.10.1"
HOMEPAGE="https://trac.osgeo.org/geos/"
-DOWNLOAD="https://github.com/libgeos/geos/archive/refs/tags/3.10.1.tar.gz"
+DOWNLOAD="https://github.com/libgeos/geos/archive/3.10.1/geos-3.10.1.tar.gz"
MD5SUM="b5bf4a73e5a1a3ecd2501fb986367844"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""