summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"