summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Hunter Sezen2017-02-04 22:58:55 +0100
committer Willy Sudiarto Raharjo2017-02-11 01:24:19 +0100
commitbe2735b63cdcf57d0ae4c761cb68cbe12be0583a (patch)
tree7f87a1438243b8d14eb5e185f94aa46a4f0b2dc3 /games
parentb93936a5780bdf4410806c76c0502aa6964c5297 (diff)
downloadslackbuilds-be2735b63cdcf57d0ae4c761cb68cbe12be0583a.tar.gz
games/gpsp-libretro: Updated for version 2017.01.24_c31b3e8.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/gpsp-libretro/gpsp-libretro.SlackBuild4
-rw-r--r--games/gpsp-libretro/gpsp-libretro.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/games/gpsp-libretro/gpsp-libretro.SlackBuild b/games/gpsp-libretro/gpsp-libretro.SlackBuild
index c86f0e7a61..513a706451 100644
--- a/games/gpsp-libretro/gpsp-libretro.SlackBuild
+++ b/games/gpsp-libretro/gpsp-libretro.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=gpsp-libretro
LIBNAM=$(echo $PRGNAM | tr - _)
-VERSION=${VERSION:-2016.05.26_c11bdbc}
+VERSION=${VERSION:-2017.01.24_c31b3e8}
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/gpsp-libretro/gpsp-libretro.info b/games/gpsp-libretro/gpsp-libretro.info
index 059484654d..706b95dd39 100644
--- a/games/gpsp-libretro/gpsp-libretro.info
+++ b/games/gpsp-libretro/gpsp-libretro.info
@@ -1,8 +1,8 @@
PRGNAM="gpsp-libretro"
-VERSION="2016.05.26_c11bdbc"
+VERSION="2017.01.24_c31b3e8"
HOMEPAGE="http://www.libretro.com/"
-DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/gpsp-libretro-2016.05.26_c11bdbc.tar.xz"
-MD5SUM="e96b59d1ecd2a036467d687304119a00"
+DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/gpsp-libretro-2017.01.24_c31b3e8.tar.xz"
+MD5SUM="027fcf47476fb9e4f9f8a73f3937f9ab"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="RetroArch"