academic/wxMaxima: Fix github 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 2022-02-28 23:35:32 +13:00 committed by Willy Sudiarto Raharjo
parent 4944113024
commit d4e75fec32
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-Version-$VERSION
tar xvf $CWD/Version-$VERSION.tar.gz
tar xvf $CWD/$SRCNAM-Version-$VERSION.tar.gz
cd $SRCNAM-Version-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,7 +1,7 @@
PRGNAM="wxMaxima"
VERSION="21.01.0"
HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/"
DOWNLOAD="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-21.01.0.tar.gz"
DOWNLOAD="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-21.01.0/wxmaxima-Version-21.01.0.tar.gz"
MD5SUM="2c9b97c786806172aa6ed000784e995e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""