summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author JK Wood2015-09-20 10:42:41 +0200
committer Willy Sudiarto Raharjo2015-09-20 10:42:41 +0200
commit8b2edb9d096b904d16a48b1db4f52cd8886851a9 (patch)
tree6f813a27e7e582111e2e1498606e2e2ac23a7505 /games
parent2633db3b3bda1d7b8cdd154f7e563472c27a1e61 (diff)
downloadslackbuilds-8b2edb9d096b904d16a48b1db4f52cd8886851a9.tar.gz
games/naev: Updated for version 0.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/naev/README3
-rw-r--r--games/naev/naev.SlackBuild4
-rw-r--r--games/naev/naev.info10
3 files changed, 9 insertions, 8 deletions
diff --git a/games/naev/README b/games/naev/README
index 8ba1031ac0..359f56c996 100644
--- a/games/naev/README
+++ b/games/naev/README
@@ -8,4 +8,5 @@ missions, equipment, and ships; Even the galaxy itself grows larger with each
release. For the literarily-inclined, there are large amounts of lore
accompanying everything from planets to equipment.
-The ndata download (included in the info file) is required to play.
+The ndata download (included in the info file) is required to play. This is
+a very large file (289M as of 0.6.0) so metered connections beware.
diff --git a/games/naev/naev.SlackBuild b/games/naev/naev.SlackBuild
index 2a5605d8dd..82059af66f 100644
--- a/games/naev/naev.SlackBuild
+++ b/games/naev/naev.SlackBuild
@@ -22,7 +22,7 @@
# that is unlikely, as I am rather tall.
PRGNAM=naev
-VERSION=0.5.3
+VERSION=${VERSION:-0.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -66,7 +66,7 @@ find -L . \
-exec chmod 644 {} \;
mkdir -p $PKG/usr/share/$PRGNAM
-cat $CWD/ndata-$VERSION > $PKG/usr/share/$PRGNAM/ndata
+cat $CWD/ndata-$VERSION.zip > $PKG/usr/share/$PRGNAM/ndata
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
diff --git a/games/naev/naev.info b/games/naev/naev.info
index f0731a3364..5641e9625c 100644
--- a/games/naev/naev.info
+++ b/games/naev/naev.info
@@ -1,10 +1,10 @@
PRGNAM="naev"
-VERSION="0.5.3"
+VERSION="0.6.0"
HOMEPAGE="http://blog.naev.org"
-DOWNLOAD="http://sourceforge.net/projects/naev/files/naev-0.5.3/naev-0.5.3.tar.bz2 \
- http://sourceforge.net/projects/naev/files/naev-0.5.3/ndata-0.5.3"
-MD5SUM="bec719b3daa33ec190d785120a7b0159 \
- 652db194ffd2f45fc5f8ecee2ad2985c"
+DOWNLOAD="http://sourceforge.net/projects/naev/files/naev-0.6.0/naev-0.6.0.tar.bz2 \
+ http://sourceforge.net/projects/naev/files/naev-0.6.0/ndata-0.6.0.zip"
+MD5SUM="b796352ae810c986934d9259dc12b0dc \
+ b4b4d92af0dc1fb5d6dc32407427e82e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="JK Wood"