summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Steven Voges2023-09-14 14:24:50 +0200
committer Willy Sudiarto Raharjo2023-09-16 19:10:16 +0200
commita5d813b6641b3be2e101a07fce318c3f5856eac4 (patch)
treea6c4dfe10376905f85f6c0ece70409f3a0474abd /games
parentfcae8836ecf07fe80a8577d98b1aaa1160e5cd3b (diff)
downloadslackbuilds-a5d813b6641b3be2e101a07fce318c3f5856eac4.tar.gz
games/RMG: Updated for version 0.5.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/RMG/README3
-rw-r--r--games/RMG/RMG.SlackBuild2
-rw-r--r--games/RMG/RMG.info6
3 files changed, 7 insertions, 4 deletions
diff --git a/games/RMG/README b/games/RMG/README
index b2d2480cc2..ed77db21f8 100644
--- a/games/RMG/README
+++ b/games/RMG/README
@@ -2,3 +2,6 @@ Rosalie's Mupen GUI is a free and open-source mupen64plus front-end
written in C++.
It offers a simple-to-use user interface.
+
+gcn64tools is an optional dependency that becomes required if you
+plan to use any raphnet adapters as input.
diff --git a/games/RMG/RMG.SlackBuild b/games/RMG/RMG.SlackBuild
index 45672affa1..38f8c674d0 100644
--- a/games/RMG/RMG.SlackBuild
+++ b/games/RMG/RMG.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=RMG
-VERSION=${VERSION:-0.5.1}
+VERSION=${VERSION:-0.5.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/games/RMG/RMG.info b/games/RMG/RMG.info
index 46f99d8ed0..ceeb37f08f 100644
--- a/games/RMG/RMG.info
+++ b/games/RMG/RMG.info
@@ -1,8 +1,8 @@
PRGNAM="RMG"
-VERSION="0.5.1"
+VERSION="0.5.2"
HOMEPAGE="https://github.com/Rosalie241/RMG"
-DOWNLOAD="https://github.com/Rosalie241/RMG/archive/v0.5.1/RMG-0.5.1.tar.gz"
-MD5SUM="5534cd38ee3f22cd1653cc1b73020f69"
+DOWNLOAD="https://github.com/Rosalie241/RMG/archive/v0.5.2/RMG-0.5.2.tar.gz"
+MD5SUM="1cdcaac24bd27ad87159a846726f85af"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="fmt hidapi libminizip qt6"