diff options
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 04e29c4f5744..f54102fae4dc 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 aa031e2b3f73..10c029c8f9c2 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 8958a509b5e2..cb443cdf4fc8 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" |