summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to 'games')
-rw-r--r--games/scummvm-libretro/scummvm-libretro.SlackBuild4
-rw-r--r--games/scummvm-libretro/scummvm-libretro.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/games/scummvm-libretro/scummvm-libretro.SlackBuild b/games/scummvm-libretro/scummvm-libretro.SlackBuild
index a5dc04ad00..f198997191 100644
--- a/games/scummvm-libretro/scummvm-libretro.SlackBuild
+++ b/games/scummvm-libretro/scummvm-libretro.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=scummvm-libretro
LIBNAM=$(echo $PRGNAM | tr - _)
-VERSION=${VERSION:-2016.07.14_2094f56}
+VERSION=${VERSION:-2017.01.24_011f40ad0a}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -80,7 +80,7 @@ install -Dm0644 backends/platform/libretro/build/$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/scummvm-libretro/scummvm-libretro.info b/games/scummvm-libretro/scummvm-libretro.info
index 2338f0142e..0f2ed52c6e 100644
--- a/games/scummvm-libretro/scummvm-libretro.info
+++ b/games/scummvm-libretro/scummvm-libretro.info
@@ -1,8 +1,8 @@
PRGNAM="scummvm-libretro"
-VERSION="2016.07.14_2094f56"
+VERSION="2017.01.24_011f40ad0a"
HOMEPAGE="http://www.libretro.com/"
-DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/scummvm-libretro-2016.07.14_2094f56.tar.xz"
-MD5SUM="0970c5c270c112ab8e58df82c961f96e"
+DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/scummvm-libretro-2017.01.24_011f40ad0a.tar.xz"
+MD5SUM="1b2123aa5c561573105d2161e1099a0e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="RetroArch"