summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2024-04-11 08:27:03 -0600
committerMark Wagie2024-04-11 08:27:03 -0600
commit432d80ebaa3a9bbb4fcbaec11e2f5c07d186ef30 (patch)
tree88b6980527f88163f4a6eb1aa204360474013bcd /PKGBUILD
parent146e952cabe68bed63debe18b62119df1e93a1ee (diff)
downloadaur-lutris-git.tar.gz
adjust deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 834f63423ba0..779304d3453f 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.r493.gfa0454724
+pkgver=0.5.17.r1.ge8bfc73bb
pkgrel=1
pkgdesc='Open Gaming Platform'
arch=('any')
@@ -33,13 +33,12 @@ depends=(
'python-yaml'
'unzip'
'webkit2gtk-4.1'
- 'xdg-desktop-portal-impl'
'xdg-utils'
'xorg-xrandr'
)
makedepends=('git' 'meson')
checkdepends=(
- 'appstream'
+ 'appstream-glib'
# 'fluidsynth'
# 'pciutils'
# 'python-nose-cover3'
@@ -48,6 +47,7 @@ checkdepends=(
# 'xterm'
)
optdepends=(
+ 'fluidsynth'
'gamemode: Allows games to request a temporary set of optimisations'
'gamescope: Draw the game window isolated from your desktop'
'gvfs: GVFS backend'
@@ -67,7 +67,8 @@ 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')
+ 'winetricks: use system winetricks'
+ 'xdg-desktop-portal-impl')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('git+https://github.com/lutris/lutris.git')