diff options
-rw-r--r-- | games/solarus-quest-editor/solarus-quest-editor.SlackBuild | 10 | ||||
-rw-r--r-- | games/solarus-quest-editor/solarus-quest-editor.info | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/games/solarus-quest-editor/solarus-quest-editor.SlackBuild b/games/solarus-quest-editor/solarus-quest-editor.SlackBuild index 6acf4d0e0039..064e59fbc22e 100644 --- a/games/solarus-quest-editor/solarus-quest-editor.SlackBuild +++ b/games/solarus-quest-editor/solarus-quest-editor.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 {} \; # Correctly guess the assets directory for installed builds -# https://github.com/solarus-games/solarus-quest-editor/commit/6bb12e5e6029652e471054b71487ad9777b5d3d7 +# https://gitlab.com/solarus-games/solarus-quest-editor/commit/6bb12e5e6029652e471054b71487ad9777b5d3d7 zcat $CWD/assets.patch | patch -p1 # Install a png logo to pixmaps -# https://github.com/solarus-games/solarus-quest-editor/pull/298 +# https://gitlab.com/solarus-games/solarus-quest-editor/commit/ff61343c0786c19d8bd4272187dc3d423b289381 zcat $CWD/pixmaps.patch | patch -p1 mkdir -p build diff --git a/games/solarus-quest-editor/solarus-quest-editor.info b/games/solarus-quest-editor/solarus-quest-editor.info index 57220f8dc540..6b102192800b 100644 --- a/games/solarus-quest-editor/solarus-quest-editor.info +++ b/games/solarus-quest-editor/solarus-quest-editor.info @@ -1,8 +1,8 @@ PRGNAM="solarus-quest-editor" VERSION="1.5.3" HOMEPAGE="http://www.solarus-games.org/" -DOWNLOAD="https://github.com/christopho/solarus-quest-editor/archive/v1.5.3/solarus-quest-editor-1.5.3.tar.gz" -MD5SUM="fc72b5945c0dec121e82defc94281aad" +DOWNLOAD="https://gitlab.com/solarus-games/solarus-quest-editor/-/archive/v1.5.3/solarus-quest-editor-v1.5.3.tar.gz" +MD5SUM="a6e50ca14e43134ce3850f7efa49d3fe" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="solarus qt5" |