From bd70048333137db89d2ed6cbd80311f932346935 Mon Sep 17 00:00:00 2001 From: Hunter Sezen Date: Sun, 22 Jan 2017 20:01:53 +0000 Subject: games/solarus-quest-editor: Updated for version 1.5.2. Signed-off-by: David Spencer --- games/solarus-quest-editor/README | 4 +++- games/solarus-quest-editor/solarus-quest-editor.SlackBuild | 4 ++-- games/solarus-quest-editor/solarus-quest-editor.info | 6 +++--- 3 files changed, 8 insertions(+), 6 deletions(-) (limited to 'games/solarus-quest-editor') diff --git a/games/solarus-quest-editor/README b/games/solarus-quest-editor/README index e61716b5d7..01578b0fb8 100644 --- a/games/solarus-quest-editor/README +++ b/games/solarus-quest-editor/README @@ -2,4 +2,6 @@ Solarus Quest Editor is a free and open-source game editor for Solarus, licensed under GPL. It is written in C++ with Qt. It helps you managing your project, and editing maps, sprites, tilesets, dialogs, scripts, musics and sounds. -NOTE: solarus will need to be built with qt5. +Required Dependency + +solarus must have been built with qt5. diff --git a/games/solarus-quest-editor/solarus-quest-editor.SlackBuild b/games/solarus-quest-editor/solarus-quest-editor.SlackBuild index 2947201d76..4d795b5ff9 100644 --- a/games/solarus-quest-editor/solarus-quest-editor.SlackBuild +++ b/games/solarus-quest-editor/solarus-quest-editor.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for solarus-quest-editor -# Copyright 2015-2016 Hunter Sezen California, USA +# Copyright 2015-2017 Hunter Sezen California, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=solarus-quest-editor -VERSION=${VERSION:-1.5.0} +VERSION=${VERSION:-1.5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/solarus-quest-editor/solarus-quest-editor.info b/games/solarus-quest-editor/solarus-quest-editor.info index 870e49944e..2fac6200e9 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.0" +VERSION="1.5.2" HOMEPAGE="http://www.solarus-games.org/" -DOWNLOAD="https://github.com/christopho/solarus-quest-editor/archive/v1.5.0/solarus-quest-editor-1.5.0.tar.gz" -MD5SUM="4db117734e76363bc37cb6e1412512e4" +DOWNLOAD="https://github.com/christopho/solarus-quest-editor/archive/v1.5.2/solarus-quest-editor-1.5.2.tar.gz" +MD5SUM="32ce3cb8dcc780db253db8ca7ce7fa3f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="solarus qt5" -- cgit v1.2.3-65-gdbad