summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Hunter Sezen2015-12-04 19:58:11 +0100
committer Willy Sudiarto Raharjo2015-12-04 19:58:11 +0100
commit74cf9df271eb1abaf87bd9180dcb4b614930da3e (patch)
tree48f083ac7efb92acc24e754f423edb5f5f337cec /games
parentd097359353cffaf68b52db340eff2ad9a159edc5 (diff)
downloadslackbuilds-74cf9df271eb1abaf87bd9180dcb4b614930da3e.tar.gz
games/pioneer: Updated for version 20151130.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/pioneer/pioneer.SlackBuild6
-rw-r--r--games/pioneer/pioneer.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/games/pioneer/pioneer.SlackBuild b/games/pioneer/pioneer.SlackBuild
index c403e44712..333b198ccc 100644
--- a/games/pioneer/pioneer.SlackBuild
+++ b/games/pioneer/pioneer.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pioneer
-VERSION=${VERSION:-20151109}
+VERSION=${VERSION:-20151130}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -83,8 +83,8 @@ make
make install DESTDIR=$PKG
# Write launcher scripts to the user's path
-mkdir -p $PKG/usr/bin
-cd $PKG/usr/bin
+mkdir -p $PKG/usr/games
+cd $PKG/usr/games
cat > modelcompiler <<EOF
#! /bin/sh
cd /opt/$PRGNAM-$VERSION
diff --git a/games/pioneer/pioneer.info b/games/pioneer/pioneer.info
index dd6e9b3b22..9b812d3337 100644
--- a/games/pioneer/pioneer.info
+++ b/games/pioneer/pioneer.info
@@ -1,8 +1,8 @@
PRGNAM="pioneer"
-VERSION="20151109"
+VERSION="20151130"
HOMEPAGE="http://pioneerspacesim.net/"
-DOWNLOAD="https://github.com/pioneerspacesim/pioneer/archive/20151109.tar.gz"
-MD5SUM="89be815e220317124bbe9216c2eaf04b"
+DOWNLOAD="https://github.com/pioneerspacesim/pioneer/archive/20151130.tar.gz"
+MD5SUM="39cf3e26847bff78582dcb8a0880e52d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SDL2_image assimp libsigc++"