diff options
author | Hunter Sezen <orbea@fredslev.dk> | 2018-06-13 07:47:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-06-13 07:47:14 +0700 |
commit | ac2db729bb5369a96854e6ab1b5916701b9f3ee2 (patch) | |
tree | 61fb7b1bc0a75a8e6f11eac2cd462eb6354a2442 | |
parent | 1825a11eb64dd5a88e0626f7c1862e1a63f381a0 (diff) | |
download | slackbuilds-ac2db729bb5369a96854e6ab1b5916701b9f3ee2.tar.gz |
games/zelda-roth-se: Update source.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/zelda-roth-se/zelda-roth-se.SlackBuild | 10 | ||||
-rw-r--r-- | games/zelda-roth-se/zelda-roth-se.info | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/games/zelda-roth-se/zelda-roth-se.SlackBuild b/games/zelda-roth-se/zelda-roth-se.SlackBuild index bfe1f94123..1d81869e40 100644 --- a/games/zelda-roth-se/zelda-roth-se.SlackBuild +++ b/games/zelda-roth-se/zelda-roth-se.SlackBuild @@ -59,9 +59,9 @@ set -eu rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION +rm -rf $PRGNAM-v$VERSION +tar xvf $CWD/$PRGNAM-v$VERSION.tar.gz +cd $PRGNAM-v$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ @@ -70,11 +70,11 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Update cmake file to previous fixes from zsdx -# https://github.com/solarus-games/zelda-roth-se/commit/e9b5bd907f5b50b17d65ebe2fa50760d322c537c +# https://gitlab.com/solarus-games/zelda-roth-se/commit/e9b5bd907f5b50b17d65ebe2fa50760d322c537c zcat $CWD/cmake.patch.gz | patch -p1 # Install icons and a desktop file. -# https://github.com/solarus-games/zelda-roth-se/pull/102 +# https://gitlab.com/solarus-games/zelda-roth-se/merge_requests/102 zcat $CWD/share.patch.gz | patch -p1 mkdir -p build diff --git a/games/zelda-roth-se/zelda-roth-se.info b/games/zelda-roth-se/zelda-roth-se.info index a0398ebdf3..ba8e597be8 100644 --- a/games/zelda-roth-se/zelda-roth-se.info +++ b/games/zelda-roth-se/zelda-roth-se.info @@ -1,8 +1,8 @@ PRGNAM="zelda-roth-se" VERSION="1.1.0" HOMEPAGE="http://www.solarus-games.org/" -DOWNLOAD="https://github.com/christopho/zelda_roth_se/archive/v1.1.0/zelda-roth-se-1.1.0.tar.gz" -MD5SUM="b0d6f332d2c8c4542217c4cf469fb3e3" +DOWNLOAD="https://gitlab.com/solarus-games/zelda-roth-se/-/archive/v1.1.0/zelda-roth-se-v1.1.0.tar.gz" +MD5SUM="640d4898e0d75eeb70435ff9921c7572" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="solarus" |