summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2021-04-13 08:37:45 -0600
committerMark Wagie2021-04-13 08:37:45 -0600
commit22b8ee5775fee1377a01fd73a2a5417e11c87573 (patch)
treecdfbaab70897812a29a2fa7fb9f2b59cc7c6dc96 /PKGBUILD
parent7024e5d0dc4c5798b72f44213f0c7f0fb7a7b05a (diff)
downloadaur-22b8ee5775fee1377a01fd73a2a5417e11c87573.tar.gz
add innoextract as optional dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
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')