graphics/mtpaint: Fix github tarball handling.

https://slackbuilds.org/GITHUB_URLs.txt

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-10-30 20:08:15 +09:00 committed by Willy Sudiarto Raharjo
parent 2835dbd259
commit 2a74ab6a36
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$COMMIT
tar xvf $CWD/$PRGNAM-$COMMIT.tar.gz
tar xvf $CWD/$SRCNAM-$COMMIT.tar.gz
cd $SRCNAM-$COMMIT
chown -R root:root .

View File

@ -1,7 +1,7 @@
PRGNAM="mtpaint"
VERSION="3.50.09"
HOMEPAGE="https://github.com/wjaguar/mtpaint"
DOWNLOAD="https://github.com/wjaguar/mtPaint/archive/199472a/mtpaint-199472ad6a4ecee6c8583fb5a504a2e99712b4fc.tar.gz"
DOWNLOAD="https://github.com/wjaguar/mtPaint/archive/199472a/mtPaint-199472ad6a4ecee6c8583fb5a504a2e99712b4fc.tar.gz"
MD5SUM="1ca875b797b9be1b715501702f7faabc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""