summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39c25a257ce4..1167bfefe30f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lutris-git
pkgdesc = Open Gaming Platform
- pkgver = 0.5.8.3.r51.g0299a5a0
- pkgrel = 2
+ pkgver = 0.5.8.3.r100.g8251c4f6
+ pkgrel = 1
url = https://lutris.net/
arch = any
license = GPL3
@@ -39,6 +39,7 @@ pkgbase = lutris-git
optdepends = gamemode: Allows games to request a temporary set of optimisations
optdepends = mangohud: Display the games' FPS + other information
optdepends = lib32-mangohud: Display the games' FPS + other information
+ optdepends = innoextract: Extract Inno Setup installers
provides = lutris
conflicts = lutris
source = git+https://github.com/lutris/lutris.git
diff --git a/PKGBUILD b/PKGBUILD
index 4fb89f8c2d6e..d929a4200b2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: Frederik “Freso” S. Olesen <freso.dk@gmail.com>
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
pkgname=lutris-git
-pkgver=0.5.8.3.r51.g0299a5a0
-pkgrel=2
+pkgver=0.5.8.3.r100.g8251c4f6
+pkgrel=1
pkgdesc='Open Gaming Platform'
arch=('any')
url='https://lutris.net/'
@@ -31,7 +31,8 @@ optdepends=(
'python-pypresence: Discord RPC and Rich Presence'
'gamemode: Allows games to request a temporary set of optimisations'
"mangohud: Display the games' FPS + other information"
- "lib32-mangohud: Display the games' FPS + other information")
+ "lib32-mangohud: Display the games' FPS + other information"
+ 'innoextract: Extract Inno Setup installers')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('git+https://github.com/lutris/lutris.git')