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:
parent
2835dbd259
commit
2a74ab6a36
|
@ -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 .
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue