summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Andrew Lobanov2018-09-02 00:34:03 +0200
committer Willy Sudiarto Raharjo2018-09-08 03:37:38 +0200
commite18fdde3b9080aca8253b2ef460efcdac70b24b2 (patch)
tree5375960947b128b7adcf2bf76bdf0f910b33043b /games
parent0125cc27dd55a398f17149108af2bf50645557f5 (diff)
downloadslackbuilds-e18fdde3b9080aca8253b2ef460efcdac70b24b2.tar.gz
games/instead: Updated for version 3.2.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/instead/instead.SlackBuild5
-rw-r--r--games/instead/instead.info8
2 files changed, 7 insertions, 6 deletions
diff --git a/games/instead/instead.SlackBuild b/games/instead/instead.SlackBuild
index 417d8d0156..c2877862f1 100644
--- a/games/instead/instead.SlackBuild
+++ b/games/instead/instead.SlackBuild
@@ -4,7 +4,7 @@
# Written by Andrew Lobanov <spline @ rooker dot ru>
PRGNAM=instead
-VERSION=${VERSION:-3.2.1}
+VERSION=${VERSION:-3.2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -57,13 +57,14 @@ cd build
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DBINDIR=bin \
- -DDOCDIR=doc/$PRGNAM-$VERSION \
+ -DDOCDIR=doc/instead \
-DMANDIR=man \
-DDATADIR=share/instead \
-DICONDIR=share/pixmaps \
-DDESKTOPDIR=share/applications \
-DLANGDIR=share/instead/lang/ \
-DWITH_SDL2=ON \
+ -DWITH_LUAJIT=ON \
-DCMAKE_BUILD_TYPE=Release ..
make
make install DESTDIR=$PKG
diff --git a/games/instead/instead.info b/games/instead/instead.info
index d466eee552..49be268919 100644
--- a/games/instead/instead.info
+++ b/games/instead/instead.info
@@ -1,10 +1,10 @@
PRGNAM="instead"
-VERSION="3.2.1"
+VERSION="3.2.2"
HOMEPAGE="https://instead-hub.github.io/en/"
-DOWNLOAD="https://github.com/instead-hub/instead/releases/download/3.2.1/instead_3.2.1.tar.gz"
-MD5SUM="b105f00af6405bb0ef14af6489468099"
+DOWNLOAD="https://github.com/instead-hub/instead/releases/download/3.2.2/instead_3.2.2.tar.gz"
+MD5SUM="ba083b0827d4318a82419e0a0985a3e0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="lua SDL2_mixer SDL2_image SDL2_ttf"
+REQUIRES="luajit SDL2_mixer SDL2_image SDL2_ttf"
MAINTAINER="Andrew Lobanov"
EMAIL="spline1986@gmail.com"