diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2017-02-04 21:53:50 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-11 07:24:18 +0700 |
commit | 332fab11b8fed33bf3b94da3d53d22a6d5531740 (patch) | |
tree | 01558e3908116ae8e84eee32efb21089047a263f /games | |
parent | fa375daea0b36305298567378aa46159f0612b50 (diff) | |
download | slackbuilds-332fab11b8fed33bf3b94da3d53d22a6d5531740.tar.gz |
games/fbalpha: Updated for version 2017.01.25_c4c9fb5.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/fbalpha/fbalpha.SlackBuild | 4 | ||||
-rw-r--r-- | games/fbalpha/fbalpha.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/fbalpha/fbalpha.SlackBuild b/games/fbalpha/fbalpha.SlackBuild index 91888d2f82..5c738552bd 100644 --- a/games/fbalpha/fbalpha.SlackBuild +++ b/games/fbalpha/fbalpha.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=fbalpha LIBNAM=${PRGNAM}_libretro -VERSION=${VERSION:-2016.08.05_25ed7a6} +VERSION=${VERSION:-2017.01.25_c4c9fb5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -82,7 +82,7 @@ make -f makefile.libretro DEBUG=$DEBUG $PLATFORM 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/fbalpha/fbalpha.info b/games/fbalpha/fbalpha.info index 589d2ba169..9d6416dc32 100644 --- a/games/fbalpha/fbalpha.info +++ b/games/fbalpha/fbalpha.info @@ -1,8 +1,8 @@ PRGNAM="fbalpha" -VERSION="2016.08.05_25ed7a6" +VERSION="2017.01.25_c4c9fb5" HOMEPAGE="http://www.libretro.com/" -DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/fbalpha-2016.08.05_25ed7a6.tar.xz" -MD5SUM="86b8201340225eb8ef43062ef22d7082" +DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/fbalpha-2017.01.25_c4c9fb5.tar.xz" +MD5SUM="b9e6205f9f04b12cbd346344b66c592f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="RetroArch" |