mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
games/zsdx: Update source.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ac2db729bb
commit
76c0ea1450
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue