summaryrefslogtreecommitdiffstats
path: root/games/libretro-ppsspp
diff options
context:
space:
mode:
author Hunter Sezen <ovariegata@yahoo.com>2017-02-04 22:35:07 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-11 07:24:21 +0700
commitbff649c26f130e06cf0ccbbd7cbf938e7a310175 (patch)
tree696f30f5fdace57fec973d9ff699ea0de1bc5345 /games/libretro-ppsspp
parent50636ecd1da2be56a3f91d77e95ae0b8e6fcf107 (diff)
downloadslackbuilds-bff649c26f130e06cf0ccbbd7cbf938e7a310175.tar.gz
slackbuilds-bff649c26f130e06cf0ccbbd7cbf938e7a310175.tar.xz
games/libretro-ppsspp: Updated for version 2016.12.14_5f7bcf7bf.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/libretro-ppsspp')
-rw-r--r--games/libretro-ppsspp/libretro-ppsspp.SlackBuild4
-rw-r--r--games/libretro-ppsspp/libretro-ppsspp.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/games/libretro-ppsspp/libretro-ppsspp.SlackBuild b/games/libretro-ppsspp/libretro-ppsspp.SlackBuild
index cbb07ea955..de44889042 100644
--- a/games/libretro-ppsspp/libretro-ppsspp.SlackBuild
+++ b/games/libretro-ppsspp/libretro-ppsspp.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=libretro-ppsspp
LIBNAM=ppsspp_libretro
-VERSION=${VERSION:-2016.07.31_3cff891}
+VERSION=${VERSION:-2016.12.14_5f7bcf7bf}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -79,7 +79,7 @@ make -C libretro DEBUG=$DEBUG
install -Dm0644 libretro/$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/libretro-ppsspp/libretro-ppsspp.info b/games/libretro-ppsspp/libretro-ppsspp.info
index d018722535..c995ac7f0c 100644
--- a/games/libretro-ppsspp/libretro-ppsspp.info
+++ b/games/libretro-ppsspp/libretro-ppsspp.info
@@ -1,8 +1,8 @@
PRGNAM="libretro-ppsspp"
-VERSION="2016.07.31_3cff891"
+VERSION="2016.12.14_5f7bcf7bf"
HOMEPAGE="http://www.libretro.com/"
-DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/libretro-ppsspp-2016.07.31_3cff891.tar.xz"
-MD5SUM="6c9cbd71a599d3c8123543b1d23de74d"
+DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/libretro-ppsspp-2016.12.14_5f7bcf7bf.tar.xz"
+MD5SUM="943ae1ab3443f69b3a4507cc5c7b36f1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="RetroArch"