summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Hunter Sezen <ovariegata@yahoo.com>2017-02-04 22:24:46 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-11 07:24:20 +0700
commitca653a1899318277621d30b22f07581dc100bc97 (patch)
tree2d2e16eddf3058f1a526a6cb049e939b8ef8b1a4
parent85ea3897e8d5c267e65c5db49821cb725e3b529d (diff)
downloadslackbuilds-ca653a1899318277621d30b22f07581dc100bc97.tar.gz
slackbuilds-ca653a1899318277621d30b22f07581dc100bc97.tar.xz
games/libretro-desmume: Updated for version 2017.01.24_62786c58.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--games/libretro-desmume/libretro-desmume.SlackBuild4
-rw-r--r--games/libretro-desmume/libretro-desmume.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/games/libretro-desmume/libretro-desmume.SlackBuild b/games/libretro-desmume/libretro-desmume.SlackBuild
index 4939bd8200..c51e387a99 100644
--- a/games/libretro-desmume/libretro-desmume.SlackBuild
+++ b/games/libretro-desmume/libretro-desmume.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=libretro-desmume
LIBNAM=desmume_libretro
-VERSION=${VERSION:-2016.07.19_e23aedc}
+VERSION=${VERSION:-2017.01.24_62786c58}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -79,7 +79,7 @@ make -C desmume -f Makefile.libretro DEBUG=$DEBUG
install -Dm0644 desmume/$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-desmume/libretro-desmume.info b/games/libretro-desmume/libretro-desmume.info
index 320eaf675b..12119ce930 100644
--- a/games/libretro-desmume/libretro-desmume.info
+++ b/games/libretro-desmume/libretro-desmume.info
@@ -1,8 +1,8 @@
PRGNAM="libretro-desmume"
-VERSION="2016.07.19_e23aedc"
+VERSION="2017.01.24_62786c58"
HOMEPAGE="http://www.libretro.com/"
-DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/libretro-desmume-2016.07.19_e23aedc.tar.xz"
-MD5SUM="47e25ae3a33a91af0097b42a56903614"
+DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/libretro-desmume-2017.01.24_62786c58.tar.xz"
+MD5SUM="20baf407bff7748419df0f889dcc08a5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="RetroArch"