diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2017-01-22 20:01:53 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-24 00:21:47 +0000 |
commit | bd70048333137db89d2ed6cbd80311f932346935 (patch) | |
tree | 3161847d9eda37b3c0d068bb5f3ccd57cf3adc1b /games | |
parent | 94e3ef432c50ea3fa7d255b9129f4e6ed86e4595 (diff) | |
download | slackbuilds-bd70048333137db89d2ed6cbd80311f932346935.tar.gz |
games/solarus-quest-editor: Updated for version 1.5.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/solarus-quest-editor/README | 4 | ||||
-rw-r--r-- | games/solarus-quest-editor/solarus-quest-editor.SlackBuild | 4 | ||||
-rw-r--r-- | games/solarus-quest-editor/solarus-quest-editor.info | 6 |
3 files changed, 8 insertions, 6 deletions
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" |