summaryrefslogtreecommitdiffstats
path: root/games/fceux
diff options
context:
space:
mode:
Diffstat (limited to 'games/fceux')
-rw-r--r--games/fceux/README4
-rw-r--r--games/fceux/fceux.SlackBuild5
-rw-r--r--games/fceux/fceux.info6
3 files changed, 4 insertions, 11 deletions
diff --git a/games/fceux/README b/games/fceux/README
index 73ded9e648..8b0cf718e0 100644
--- a/games/fceux/README
+++ b/games/fceux/README
@@ -4,7 +4,3 @@ Famicom Disk System (FDS) emulator. It supports both PAL
and SDL versions for cross compatibility.
Optional dependencies are x264 and x265
-
-Lua 5.1.x is required for fceux, however it will use an internal
-version if not found during build. So it is optional but not
-nescessary to install Lua 5.1 for fceux to work.
diff --git a/games/fceux/fceux.SlackBuild b/games/fceux/fceux.SlackBuild
index e37d8cebe1..f856ad9b91 100644
--- a/games/fceux/fceux.SlackBuild
+++ b/games/fceux/fceux.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=fceux
-VERSION=${VERSION:-2.6.4}
+VERSION=${VERSION:-2.6.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -82,9 +82,6 @@ find -L . \
# Fix incorrect version name
sed -i 's/-interim git//g' src/version.h
-# Fix Lua 5.1.x detection
-sed -i 's/LUA lua5.1 lua-5.1/LUA lua5.1 lua-5.1 lua/g' src/CMakeLists.txt
-
mkdir -p build
cd build
cmake \
diff --git a/games/fceux/fceux.info b/games/fceux/fceux.info
index b62f7a46be..31e6be5bd4 100644
--- a/games/fceux/fceux.info
+++ b/games/fceux/fceux.info
@@ -1,8 +1,8 @@
PRGNAM="fceux"
-VERSION="2.6.4"
+VERSION="2.6.6"
HOMEPAGE="http://fceux.com/web/home.html"
-DOWNLOAD="http://downloads.sourceforge.net/fceultra/fceux-2.6.4.tar.gz"
-MD5SUM="70d781780f2fcc73f3f5b7ceb76ad2e1"
+DOWNLOAD="https://github.com/TASEmulators/fceux/archive/v2.6.6/fceux-2.6.6.tar.gz"
+MD5SUM="8e1aede624ebe26f0a936daba3b87328"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libminizip"