summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author JK Wood2017-09-14 17:28:44 +0200
committer Willy Sudiarto Raharjo2017-09-14 17:28:44 +0200
commitd05d8e71f818926ce653cc2aa2659fe65ce4d5eb (patch)
tree874031f0c0896fbd8840115cf0fc64a0fe5d2991 /games
parent812427caa62e4bbd77003e0a97284093ba430af7 (diff)
downloadslackbuilds-d05d8e71f818926ce653cc2aa2659fe65ce4d5eb.tar.gz
games/naev: Updated for version 0.7.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/naev/README4
-rw-r--r--games/naev/naev.SlackBuild4
-rw-r--r--games/naev/naev.info10
3 files changed, 10 insertions, 8 deletions
diff --git a/games/naev/README b/games/naev/README
index 359f56c996..e618e4bd21 100644
--- a/games/naev/README
+++ b/games/naev/README
@@ -9,4 +9,6 @@ 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. This is
-a very large file (289M as of 0.6.0) so metered connections beware.
+a very large file (305M as of 0.7.0) so metered connections beware.
+
+As of 0.7.0, naev is also available through Steam.
diff --git a/games/naev/naev.SlackBuild b/games/naev/naev.SlackBuild
index 3a881a3d1f..66b3c8fa9f 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=${VERSION:-0.6.0}
+VERSION=${VERSION:-0.7.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.zip > $PKG/usr/share/$PRGNAM/ndata
+cat $CWD/$PRGNAM-$VERSION-ndata.zip > $PKG/usr/share/$PRGNAM/ndata
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
diff --git a/games/naev/naev.info b/games/naev/naev.info
index 7ae139f97e..b6e7cc5831 100644
--- a/games/naev/naev.info
+++ b/games/naev/naev.info
@@ -1,10 +1,10 @@
PRGNAM="naev"
-VERSION="0.6.0"
+VERSION="0.7.0"
HOMEPAGE="http://blog.naev.org"
-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="http://sourceforge.net/projects/naev/files/naev-0.7.0/naev-0.7.0.tar.bz2 \
+ http://sourceforge.net/projects/naev/files/naev-0.7.0/naev-0.7.0-ndata.zip"
+MD5SUM="0efbf06f263a05f3463912462f27df65 \
+ d8f398fcff17d6c1c13ca35a582baaa1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="OpenAL"