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 57124a07d261..b656b2168351 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lutris-git
pkgdesc = Open Gaming Platform
- pkgver = 0.5.9.1.r25.ge03f91f7
- pkgrel = 3
+ pkgver = 0.5.9.1.r186.g90e7e5c9
+ pkgrel = 2
url = https://lutris.net/
arch = any
license = GPL3
@@ -42,6 +42,7 @@ pkgbase = lutris-git
optdepends = lib32-mangohud: Display the games' FPS + other information
optdepends = innoextract: Extract Inno Setup installers
optdepends = xorg-xgamma: Restore gamma on game exit
+ optdepends = gamescope: draw the game window isolated from your desktop
provides = lutris
conflicts = lutris
source = git+https://github.com/lutris/lutris.git
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')