diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2017-01-22 19:32:22 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-24 00:21:47 +0000 |
commit | 94e3ef432c50ea3fa7d255b9129f4e6ed86e4595 (patch) | |
tree | c04a155b95ae2515b72d5d8f58389c0093114cee /games/solarus | |
parent | 5f4db47dfeb4568b51baa1b2bed92ba768a73b45 (diff) | |
download | slackbuilds-94e3ef432c50ea3fa7d255b9129f4e6ed86e4595.tar.gz |
games/solarus: Updated for version 1.5.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/solarus')
-rw-r--r-- | games/solarus/README | 7 | ||||
-rw-r--r-- | games/solarus/solarus.SlackBuild | 4 | ||||
-rw-r--r-- | games/solarus/solarus.info | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/games/solarus/README b/games/solarus/README index 04e29c4f57..f54102fae4 100644 --- a/games/solarus/README +++ b/games/solarus/README @@ -6,5 +6,8 @@ totally independent from Nintendo. Solarus will require game data like zsdx. -qt5 is an optional dependency for the GUI frontend and required for -the solarus-quest-editor. +Optional Dependency + +qt5 is an optional dependency for the GUI frontend. + +qt5 is *required* if you are going to build solarus-quest-editor. diff --git a/games/solarus/solarus.SlackBuild b/games/solarus/solarus.SlackBuild index aa031e2b3f..10c029c8f9 100644 --- a/games/solarus/solarus.SlackBuild +++ b/games/solarus/solarus.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for solarus -# 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 -VERSION=${VERSION:-1.5.0} +VERSION=${VERSION:-1.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/solarus/solarus.info b/games/solarus/solarus.info index 8958a509b5..cb443cdf4f 100644 --- a/games/solarus/solarus.info +++ b/games/solarus/solarus.info @@ -1,8 +1,8 @@ PRGNAM="solarus" -VERSION="1.5.0" +VERSION="1.5.1" HOMEPAGE="http://www.solarus-games.org/" -DOWNLOAD="http://www.solarus-games.org/downloads/solarus/solarus-1.5.0-src.tar.gz" -MD5SUM="4cf3a71937231911d25e45c3da6b4bb2" +DOWNLOAD="http://www.solarus-games.org/downloads/solarus/solarus-1.5.1-src.tar.gz" +MD5SUM="647a5908e33721febf3b7dce1dbd9c39" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="OpenAL SDL2_image SDL2_ttf libmodplug luajit physfs" |