summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Hunter Sezen2018-11-26 22:33:02 +0100
committer Willy Sudiarto Raharjo2018-12-01 01:27:47 +0100
commit43ab7d5e9cf69fab9a1be83368e6cbb02bc8b342 (patch)
tree7bd40e4ab8cafca77e46e683adeeec7e55c2af7a /games
parentd0a86a675fcde2c2eceb4734a379eb886b2fef0b (diff)
downloadslackbuilds-43ab7d5e9cf69fab9a1be83368e6cbb02bc8b342.tar.gz
games/beetle-psx-libretro: Updated for version 2018.11.26_a081f34.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/beetle-psx-libretro/beetle-psx-libretro.SlackBuild6
-rw-r--r--games/beetle-psx-libretro/beetle-psx-libretro.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/games/beetle-psx-libretro/beetle-psx-libretro.SlackBuild b/games/beetle-psx-libretro/beetle-psx-libretro.SlackBuild
index bb5e84547b..b628ced3ed 100644
--- a/games/beetle-psx-libretro/beetle-psx-libretro.SlackBuild
+++ b/games/beetle-psx-libretro/beetle-psx-libretro.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=beetle-psx-libretro
LIBNAM=mednafen_psx_libretro
-VERSION=${VERSION:-2018.11.03_74bd755}
+VERSION=${VERSION:-2018.11.26_a081f34}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -79,8 +79,8 @@ 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 ]; 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
+ 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
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/parallel-psx
diff --git a/games/beetle-psx-libretro/beetle-psx-libretro.info b/games/beetle-psx-libretro/beetle-psx-libretro.info
index 0bb4fcfd5c..97a9144135 100644
--- a/games/beetle-psx-libretro/beetle-psx-libretro.info
+++ b/games/beetle-psx-libretro/beetle-psx-libretro.info
@@ -1,8 +1,8 @@
PRGNAM="beetle-psx-libretro"
-VERSION="2018.11.03_74bd755"
+VERSION="2018.11.26_a081f34"
HOMEPAGE="https://www.libretro.com/"
-DOWNLOAD="http://slackless.raccoons.tech/src/libretro/beetle-psx-libretro-2018.11.03_74bd755.tar.xz"
-MD5SUM="68ff6448cb55c0953bb2cc1a11bc9ef3"
+DOWNLOAD="http://slackless.raccoons.tech/src/libretro/beetle-psx-libretro-2018.11.26_a081f34.tar.xz"
+MD5SUM="114496dfdcf210b4620d0c98636429a9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="RetroArch"