summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Hunter Sezen2018-11-04 22:10:28 +0100
committer Willy Sudiarto Raharjo2018-11-10 01:46:53 +0100
commitebdef7fbf360bbf680ea3a875e21041da8944e5c (patch)
tree59c6ce0ca2e412ffa01677507d58ebc39c999c0f /games
parent2e7803befacff0e18873d216d9d2fcecc956cd8f (diff)
downloadslackbuilds-ebdef7fbf360bbf680ea3a875e21041da8944e5c.tar.gz
games/vba-next: Updated for version 2018.11.03_e40f1d5.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/vba-next/vba-next.SlackBuild21
-rw-r--r--games/vba-next/vba-next.info6
2 files changed, 7 insertions, 20 deletions
diff --git a/games/vba-next/vba-next.SlackBuild b/games/vba-next/vba-next.SlackBuild
index eee15005b7..d6647976b4 100644
--- a/games/vba-next/vba-next.SlackBuild
+++ b/games/vba-next/vba-next.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for vba-next
-# Copyright 2016-2017 Hunter Sezen
+# Copyright 2016-2018 Hunter Sezen
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
PRGNAM=vba-next
LIBNAM=$(echo $PRGNAM | tr - _)_libretro
-VERSION=${VERSION:-2017.10.23_87989b4}
+VERSION=${VERSION:-2018.11.03_e40f1d5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -41,21 +41,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-# requires patching the Makefile to properly use
-# the default CFLAGS and CXXFLAGS are probably fine
-if [ "$ARCH" = "i586" ]; then
- SLKCFLAGS="-O2 -march=i586 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2 -fPIC"
- LIBDIRSUFFIX="64"
-else
- SLKCFLAGS="-O2"
- LIBDIRSUFFIX=""
-fi
+LIBDIRSUFFIX=
+[ "$ARCH" = x86_64 ] && LIBDIRSUFFIX=64
set -eu
diff --git a/games/vba-next/vba-next.info b/games/vba-next/vba-next.info
index b560e728af..49b5710ed0 100644
--- a/games/vba-next/vba-next.info
+++ b/games/vba-next/vba-next.info
@@ -1,8 +1,8 @@
PRGNAM="vba-next"
-VERSION="2017.10.23_87989b4"
+VERSION="2018.11.03_e40f1d5"
HOMEPAGE="https://www.libretro.com/"
-DOWNLOAD="http://slackware.uk/sbosrcarch/by-name/games/vba-next/vba-next-2017.10.23_87989b4.tar.xz"
-MD5SUM="9d0d80e755a31276e1408fb7f8775149"
+DOWNLOAD="http://slackless.raccoons.tech/src/libretro/vba-next-2018.11.03_e40f1d5.tar.xz"
+MD5SUM="17c3462440aaaf68a3a863732146222e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="RetroArch"