diff options
author | Ozan Türkyılmaz <ozan.turkyilmaz@gmail.com> | 2023-05-17 11:34:44 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-20 11:17:25 +0700 |
commit | fd32bbd991eea0324165ce13ce9846496c3cd4c0 (patch) | |
tree | ac5fa5aab1c068c04c7c025b7871b76af5693263 | |
parent | 23f787e9d508f928ed1b97befc0178848042c8c0 (diff) |
games/lutris: Updated for version 0.5.13.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/lutris/README | 2 | ||||
-rw-r--r-- | games/lutris/lutris.SlackBuild | 2 | ||||
-rw-r--r-- | games/lutris/lutris.info | 6 |
3 files changed, 6 insertions, 4 deletions
diff --git a/games/lutris/README b/games/lutris/README index 08b97cf6a9820..00492850730f3 100644 --- a/games/lutris/README +++ b/games/lutris/README @@ -6,3 +6,5 @@ emulators and browser games. allegro and wine are optional dependencies for some of the runners. Lutris can download and install specificly needed patched wine versions or can use the system installed wine. + +moddb is optional dependency to reference ModDB in Lutris installers. diff --git a/games/lutris/lutris.SlackBuild b/games/lutris/lutris.SlackBuild index 1fbc06cb86b92..e8064b3e538b8 100644 --- a/games/lutris/lutris.SlackBuild +++ b/games/lutris/lutris.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=lutris -VERSION=${VERSION:-0.5.12} +VERSION=${VERSION:-0.5.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/lutris/lutris.info b/games/lutris/lutris.info index 03bfe1a1fff3a..4cf5f97760eb9 100644 --- a/games/lutris/lutris.info +++ b/games/lutris/lutris.info @@ -1,8 +1,8 @@ PRGNAM="lutris" -VERSION="0.5.12" +VERSION="0.5.13" HOMEPAGE="https://lutris.net/" -DOWNLOAD="https://github.com/lutris/lutris/archive/refs/tags/v0.5.12/lutris-0.5.12.tar.gz" -MD5SUM="f6f6912f9d182866862b4157e7486084" +DOWNLOAD="https://github.com/lutris/lutris/archive/refs/tags/v0.5.13/lutris-0.5.13.tar.gz" +MD5SUM="9acd07d4d130d4d250611af907aa3a40" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-magic webkit2gtk lxml" |