summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-01-26 08:29:00 -0700
committerMark Wagie2022-01-26 08:29:00 -0700
commit190ed0b9772f5de7ca119e896d02afc696537d0e (patch)
tree9afccf3561c97e4a3bc9b29cc6fedcbfab9701cc /PKGBUILD
parent661e7dc19da4d3cc8a9cd38f9752e71f747150bd (diff)
downloadaur-190ed0b9772f5de7ca119e896d02afc696537d0e.tar.gz
add optional gamescope dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 224928c99054..3de8631b60ce 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.9.1.r25.ge03f91f7
-pkgrel=3
+pkgver=0.5.9.1.r186.g90e7e5c9
+pkgrel=2
pkgdesc='Open Gaming Platform'
arch=('any')
url='https://lutris.net/'
@@ -30,7 +30,8 @@ optdepends=(
"mangohud: Display the games' FPS + other information"
"lib32-mangohud: Display the games' FPS + other information"
'innoextract: Extract Inno Setup installers'
- 'xorg-xgamma: Restore gamma on game exit')
+ 'xorg-xgamma: Restore gamma on game exit'
+ 'gamescope: draw the game window isolated from your desktop')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('git+https://github.com/lutris/lutris.git')