diff options
author | Mark Wagie | 2024-11-04 11:34:08 -0700 |
---|---|---|
committer | Mark Wagie | 2024-11-04 11:34:08 -0700 |
commit | 30fb32c672722ad8cc9c3b4fc76da649717418f0 (patch) | |
tree | 719f4315e6453153ae1baba334c4d634c6c79101 | |
parent | 42294ca52234b79a08fab3cf640c32500f371366 (diff) | |
download | aur-30fb32c672722ad8cc9c3b4fc76da649717418f0.tar.gz |
add umu-launcher as opt dep
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,6 @@ pkgbase = lutris-git pkgdesc = Open Gaming Platform - pkgver = 0.5.17.r385.g66d4170 + pkgver = 0.5.17.r474.gcc8dba1 pkgrel = 1 url = https://lutris.net arch = any @@ -51,6 +51,7 @@ pkgbase = lutris-git optdepends = python-pefile: Extract icons from Windows executables optdepends = python-protobuf: BattleNet integration optdepends = python-pypresence: Discord Rich Presence integration + optdepends = umu-launcher: For running games through Proton optdepends = vkd3d: DirectX 12 support optdepends = vulkan-icd-loader: Vulkan support optdepends = vulkan-tools: Vulkan support @@ -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.17.r385.g66d4170 +pkgver=0.5.17.r474.gcc8dba1 pkgrel=1 pkgdesc="Open Gaming Platform" arch=('any') @@ -64,6 +64,7 @@ optdepends=( 'python-pefile: Extract icons from Windows executables' 'python-protobuf: BattleNet integration' 'python-pypresence: Discord Rich Presence integration' + 'umu-launcher: For running games through Proton' 'vkd3d: DirectX 12 support' 'vulkan-icd-loader: Vulkan support' 'vulkan-tools: Vulkan support' |