summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-02-12 10:29:07 -0700
committerMark Wagie2022-02-12 10:29:07 -0700
commitb0341ff5f3647e89c7f299775c15ec41846da42a (patch)
tree123216f103dc365f2b32e0ad6d55f614f1829907 /PKGBUILD
parent190ed0b9772f5de7ca119e896d02afc696537d0e (diff)
downloadaur-b0341ff5f3647e89c7f299775c15ec41846da42a.tar.gz
add more optional deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3de8631b60ce..37fe70d1e5d1 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.r186.g90e7e5c9
-pkgrel=2
+pkgver=0.5.10.beta1.r0.g69e3a6c8
+pkgrel=1
pkgdesc='Open Gaming Platform'
arch=('any')
url='https://lutris.net/'
@@ -19,6 +19,7 @@ makedepends=('git' 'meson')
checkdepends=('appstream-glib')
optdepends=(
'wine: easiest way to get all the libraries missing from the Lutris runtime'
+ 'winetricks: use system winetricks'
'vulkan-icd-loader: Vulkan support'
'lib32-vulkan-icd-loader: Vulkan support'
'vkd3d: Vulkan 3D support'
@@ -31,7 +32,8 @@ optdepends=(
"lib32-mangohud: Display the games' FPS + other information"
'innoextract: Extract Inno Setup installers'
'xorg-xgamma: Restore gamma on game exit'
- 'gamescope: draw the game window isolated from your desktop')
+ 'gamescope: draw the game window isolated from your desktop'
+ 'linux-steam-integration: start Steam with LSI')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('git+https://github.com/lutris/lutris.git')