summaryrefslogtreecommitdiffstats
path: root/games/tyrquake-libretro
diff options
context:
space:
mode:
author Hunter Sezen2017-02-05 01:13:44 +0100
committer Willy Sudiarto Raharjo2017-02-11 01:24:27 +0100
commit23688a4dca5ed49d805f114b753ff03f440d3f4e (patch)
tree90800c7075241e114b01405086461609dc1fee77 /games/tyrquake-libretro
parent8c1a653754d2655a6738dafa05f6aec35e38121e (diff)
downloadslackbuilds-23688a4dca5ed49d805f114b753ff03f440d3f4e.tar.gz
games/tyrquake-libretro: Updated for version 2017.02.01_8cb9ceb.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/tyrquake-libretro')
-rw-r--r--games/tyrquake-libretro/tyrquake-libretro.SlackBuild4
-rw-r--r--games/tyrquake-libretro/tyrquake-libretro.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/games/tyrquake-libretro/tyrquake-libretro.SlackBuild b/games/tyrquake-libretro/tyrquake-libretro.SlackBuild
index 6bc8cee973..cff1d6318a 100644
--- a/games/tyrquake-libretro/tyrquake-libretro.SlackBuild
+++ b/games/tyrquake-libretro/tyrquake-libretro.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=tyrquake-libretro
LIBNAM=$(echo $PRGNAM | tr - _)
-VERSION=${VERSION:-2016.07.23_3e452d0}
+VERSION=${VERSION:-2017.02.01_8cb9ceb}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -79,7 +79,7 @@ make DEBUG=$DEBUG
install -Dm0644 $LIBNAM.so $PKG/usr/lib${LIBDIRSUFFIX}/libretro/$LIBNAM.so
install -Dm0644 $LIBNAM.info $PKG/usr/lib${LIBDIRSUFFIX}/libretro/info/$LIBNAM.info
-if [ "${DEBUG:-0}" = "0" ]; then
+if [ "$DEBUG" = "0" ]; then
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
fi
diff --git a/games/tyrquake-libretro/tyrquake-libretro.info b/games/tyrquake-libretro/tyrquake-libretro.info
index b499d0634a..d12c9da714 100644
--- a/games/tyrquake-libretro/tyrquake-libretro.info
+++ b/games/tyrquake-libretro/tyrquake-libretro.info
@@ -1,8 +1,8 @@
PRGNAM="tyrquake-libretro"
-VERSION="2016.07.23_3e452d0"
+VERSION="2017.02.01_8cb9ceb"
HOMEPAGE="http://www.libretro.com/"
-DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/tyrquake-libretro-2016.07.23_3e452d0.tar.xz"
-MD5SUM="405d1d2189ec90043b661f939533143c"
+DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/tyrquake-libretro-2017.02.01_8cb9ceb.tar.xz"
+MD5SUM="926fdf40f85a050742cc1ec704f691ba"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="RetroArch"