diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2017-02-04 21:58:55 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-11 07:24:19 +0700 |
commit | be2735b63cdcf57d0ae4c761cb68cbe12be0583a (patch) | |
tree | 7f87a1438243b8d14eb5e185f94aa46a4f0b2dc3 /games | |
parent | b93936a5780bdf4410806c76c0502aa6964c5297 (diff) | |
download | slackbuilds-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.SlackBuild | 4 | ||||
-rw-r--r-- | games/gpsp-libretro/gpsp-libretro.info | 6 |
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" |