summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-11-30 13:06:49 -0700
committerMark Wagie2021-11-30 13:06:49 -0700
commit661e7dc19da4d3cc8a9cd38f9752e71f747150bd (patch)
tree05d9f9eea7109953c47fa1260fbcf16687a28fc4
parentaff95eef4d8a7ac030c0ff497379abe723b738ea (diff)
downloadaur-661e7dc19da4d3cc8a9cd38f9752e71f747150bd.tar.gz
add lib32-gamemode to optdepends()
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40d6e53702de..57124a07d261 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lutris-git
pkgdesc = Open Gaming Platform
pkgver = 0.5.9.1.r25.ge03f91f7
- pkgrel = 2
+ pkgrel = 3
url = https://lutris.net/
arch = any
license = GPL3
@@ -37,6 +37,7 @@ pkgbase = lutris-git
optdepends = gvfs: GVFS backend
optdepends = lib32-glibc: for 32bit games support
optdepends = gamemode: Allows games to request a temporary set of optimisations
+ optdepends = lib32-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
diff --git a/PKGBUILD b/PKGBUILD
index 06f220ac3a45..224928c99054 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
pkgname=lutris-git
pkgver=0.5.9.1.r25.ge03f91f7
-pkgrel=2
+pkgrel=3
pkgdesc='Open Gaming Platform'
arch=('any')
url='https://lutris.net/'
@@ -26,6 +26,7 @@ optdepends=(
'gvfs: GVFS backend'
'lib32-glibc: for 32bit games support'
'gamemode: Allows games to request a temporary set of optimisations'
+ 'lib32-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"
'innoextract: Extract Inno Setup installers'