summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b656b2168351..c4e2c842fe29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lutris-git
pkgdesc = Open Gaming Platform
- pkgver = 0.5.9.1.r186.g90e7e5c9
- pkgrel = 2
+ pkgver = 0.5.10.beta1.r0.g69e3a6c8
+ pkgrel = 1
url = https://lutris.net/
arch = any
license = GPL3
@@ -30,6 +30,7 @@ pkgbase = lutris-git
depends = python-magic
depends = python-lxml
optdepends = wine: easiest way to get all the libraries missing from the Lutris runtime
+ optdepends = winetricks: use system winetricks
optdepends = vulkan-icd-loader: Vulkan support
optdepends = lib32-vulkan-icd-loader: Vulkan support
optdepends = vkd3d: Vulkan 3D support
@@ -43,6 +44,7 @@ pkgbase = lutris-git
optdepends = innoextract: Extract Inno Setup installers
optdepends = xorg-xgamma: Restore gamma on game exit
optdepends = gamescope: draw the game window isolated from your desktop
+ optdepends = linux-steam-integration: start Steam with LSI
provides = lutris
conflicts = lutris
source = git+https://github.com/lutris/lutris.git
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')