games/zsdx: Update source.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Hunter Sezen 2018-06-13 07:48:00 +07:00 committed by Willy Sudiarto Raharjo
parent ac2db729bb
commit 76c0ea1450
2 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$PRGNAM-$VERSION
chown -R root:root .
find -L . \
@ -70,7 +70,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Install icons and a desktop file.
# https://github.com/solarus-games/zsdx/pull/122
# https://gitlab.com/solarus-games/zsdx/merge_requests/122
zcat $CWD/share.patch.gz | patch -p1
mkdir -p build

View File

@ -1,7 +1,7 @@
PRGNAM="zsdx"
VERSION="1.11.0"
HOMEPAGE="http://www.solarus-games.org/"
DOWNLOAD="https://github.com/christopho/zsdx/archive/zsdx-1.11.0/zsdx-1.11.0.tar.gz"
DOWNLOAD="https://gitlab.com/solarus-games/zsdx/-/archive/zsdx-1.11.0/zsdx-zsdx-1.11.0.tar.gz"
MD5SUM="6f145d0e6e39f8446a750c30bf0fd061"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""