gis/geos: Fix tarball handling.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2021-12-12 17:25:08 +13:00 committed by Willy Sudiarto Raharjo
parent 130676d555
commit 11925bc49e
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View File

@ -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 . \

View File

@ -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=""