diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2017-02-05 00:26:42 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-11 07:24:26 +0700 |
commit | b754c6f7e7f3bb5f939c0dc55cf2be8156d4eeec (patch) | |
tree | a2b793e5885f38f3a3e8fec3da588bda7cf0a8cc /games | |
parent | 2b0e0e29662a45f4e9e440fab599e9f358033b7f (diff) |
games/snes9x2002: Updated for version 2017.01.29_0c28605.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/snes9x2002/snes9x2002.SlackBuild | 4 | ||||
-rw-r--r-- | games/snes9x2002/snes9x2002.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/snes9x2002/snes9x2002.SlackBuild b/games/snes9x2002/snes9x2002.SlackBuild index 7deee582f20a..ceb84427ec01 100644 --- a/games/snes9x2002/snes9x2002.SlackBuild +++ b/games/snes9x2002/snes9x2002.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=snes9x2002 LIBNAM=${PRGNAM}_libretro -VERSION=${VERSION:-2016.08.06_7009e40} +VERSION=${VERSION:-2017.01.29_0c28605} 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/snes9x2002/snes9x2002.info b/games/snes9x2002/snes9x2002.info index 9b1c2304deb7..a25f30f4c9d3 100644 --- a/games/snes9x2002/snes9x2002.info +++ b/games/snes9x2002/snes9x2002.info @@ -1,8 +1,8 @@ PRGNAM="snes9x2002" -VERSION="2016.08.06_7009e40" +VERSION="2017.01.29_0c28605" HOMEPAGE="http://www.libretro.com/" -DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/snes9x2002-2016.08.06_7009e40.tar.xz" -MD5SUM="f6741046ddd86466dbacea0905d488ca" +DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/snes9x2002-2017.01.29_0c28605.tar.xz" +MD5SUM="260d94573327540a7a8521ce0d298454" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="RetroArch" |