games/beetle-psx-libretro: Updated for version 2018.11.26_a081f34.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Hunter Sezen 2018-11-26 21:33:02 +00:00 committed by Willy Sudiarto Raharjo
parent d0a86a675f
commit 43ab7d5e9c
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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"