diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2017-09-22 20:19:18 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-09-22 20:19:18 +0100 |
commit | fee5bb1edb2b2731ce55beefe572af231f0fbe29 (patch) | |
tree | 22ab83140acf1c9475a78895da846d2e5cc0e763 /games/pioneer | |
parent | c9e62a5fdad01f6bf903b2f4d70e99114b3d16ef (diff) | |
download | slackbuilds-fee5bb1edb2b2731ce55beefe572af231f0fbe29.tar.gz |
games/pioneer: Updated for version 20170827.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/pioneer')
-rw-r--r-- | games/pioneer/pioneer.SlackBuild | 6 | ||||
-rw-r--r-- | games/pioneer/pioneer.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/pioneer/pioneer.SlackBuild b/games/pioneer/pioneer.SlackBuild index 050f40a13f..dffb468526 100644 --- a/games/pioneer/pioneer.SlackBuild +++ b/games/pioneer/pioneer.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=pioneer SRCNAM=$(printf %s $PRGNAM | tr [a-z] [A-Z]) -VERSION=${VERSION:-20170813} +VERSION=${VERSION:-20170827} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -73,9 +73,9 @@ find -L . \ DATADIR="${DATADIR:-/usr/share/games}" if [ "${DEBUG:-no}" = yes ]; then - debug='--enable-debug \ + debug="--enable-debug \ --with-no-optimise \ - --with-fno-inline' + --with-fno-inline" SLKCFLAGS="$(printf %s "$SLKCFLAGS" | sed 's/-O2/-O0/')" else debug='--with-strip' diff --git a/games/pioneer/pioneer.info b/games/pioneer/pioneer.info index cc16e8d5a0..80706389b6 100644 --- a/games/pioneer/pioneer.info +++ b/games/pioneer/pioneer.info @@ -1,8 +1,8 @@ PRGNAM="pioneer" -VERSION="20170813" +VERSION="20170827" HOMEPAGE="https://pioneerspacesim.net/" -DOWNLOAD="https://github.com/pioneerspacesim/pioneer/archive/20170813/pioneer-20170813.tar.gz" -MD5SUM="7e1917c9415948b73cac19c9e5f93e8d" +DOWNLOAD="https://github.com/pioneerspacesim/pioneer/archive/20170827/pioneer-20170827.tar.gz" +MD5SUM="602b59d2240d6a65d12394202ca9b51a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="SDL2_image assimp" |