summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-04-03 15:43:38 -0600
committerMark Wagie2024-04-03 15:43:38 -0600
commit146e952cabe68bed63debe18b62119df1e93a1ee (patch)
treed4cc4afb3c0bba73e4ba80535dc5844c62a135bd
parente54384afdfffd978e225c353ec593f7898210cc5 (diff)
downloadaur-146e952cabe68bed63debe18b62119df1e93a1ee.tar.gz
xgamma decprecated
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c5856dc83cb..35fe7800b6a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lutris-git
pkgdesc = Open Gaming Platform
- pkgver = 0.5.16.r445.g71765daf4
+ pkgver = 0.5.16.r493.gfa0454724
pkgrel = 1
url = https://lutris.net
arch = any
@@ -52,7 +52,6 @@ pkgbase = lutris-git
optdepends = vulkan-tools: Vulkan support
optdepends = wine: easiest way to get all the libraries missing from the Lutris runtime
optdepends = winetricks: use system winetricks
- optdepends = xorg-xgamma: Restore gamma on game exit
provides = lutris
conflicts = lutris
source = git+https://github.com/lutris/lutris.git
diff --git a/PKGBUILD b/PKGBUILD
index 98d80b8635d2..834f63423ba0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Frederik “Freso” S. Olesen <freso.dk@gmail.com>
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
pkgname=lutris-git
-pkgver=0.5.16.r445.g71765daf4
+pkgver=0.5.16.r493.gfa0454724
pkgrel=1
pkgdesc='Open Gaming Platform'
arch=('any')
@@ -67,8 +67,7 @@ optdepends=(
'vulkan-icd-loader: Vulkan support'
'vulkan-tools: Vulkan support'
'wine: easiest way to get all the libraries missing from the Lutris runtime'
- 'winetricks: use system winetricks'
- 'xorg-xgamma: Restore gamma on game exit')
+ 'winetricks: use system winetricks')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('git+https://github.com/lutris/lutris.git')