games/zsxd: Update source.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
76c0ea1450
commit
adf6760507
|
@ -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/zsxd/pull/45
|
||||
# https://gitlab.com/solarus-games/zsxd/merge_requests/45
|
||||
zcat $CWD/share.patch.gz | patch -p1
|
||||
|
||||
mkdir -p build
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="zsxd"
|
||||
VERSION="1.11.0"
|
||||
HOMEPAGE="http://www.solarus-games.org/"
|
||||
DOWNLOAD="https://github.com/christopho/zsxd/archive/zsxd-1.11.0/zsxd-1.11.0.tar.gz"
|
||||
DOWNLOAD="https://gitlab.com/solarus-games/zsxd/-/archive/zsxd-1.11.0/zsxd-zsxd-1.11.0.tar.gz"
|
||||
MD5SUM="b48e537872cd03637fb22f4f044eb8ce"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in New Issue