summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-09-14 15:52:48 -0600
committerMark Wagie2024-09-14 15:52:48 -0600
commit9513607a7307db0fc7c1debeec3dffdda58fd3c8 (patch)
tree775309760149dcfbe0d759885226d3b43dcbfa38
parent304b239c43eaed7271f15c41e5ffdd48d7ada258 (diff)
downloadaur-9513607a7307db0fc7c1debeec3dffdda58fd3c8.tar.gz
add libayatana-appindicator optional dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86e0bc165165..69db427497a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lutris-git
pkgdesc = Open Gaming Platform
- pkgver = 0.5.17.r218.g3d143a7
+ pkgver = 0.5.17.r293.gac72cc3
pkgrel = 1
url = https://lutris.net
arch = any
@@ -42,6 +42,7 @@ pkgbase = lutris-git
optdepends = lib32-mangohud: Display the games' FPS + other information
optdepends = lib32-vkd3d: DirectX 12 support
optdepends = lib32-vulkan-icd-loader: Vulkan support
+ optdepends = libayatana-appindicator: tray icon support
optdepends = linux-steam-integration: start Steam with LSI
optdepends = mangohud: Display the games' FPS + other information
optdepends = python-evdev: Controller support
diff --git a/PKGBUILD b/PKGBUILD
index 702c234079a1..10ca7b89d079 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.17.r218.g3d143a7
+pkgver=0.5.17.r293.gac72cc3
pkgrel=1
pkgdesc='Open Gaming Platform'
arch=('any')
@@ -58,6 +58,7 @@ optdepends=(
"lib32-mangohud: Display the games' FPS + other information"
'lib32-vkd3d: DirectX 12 support'
'lib32-vulkan-icd-loader: Vulkan support'
+ 'libayatana-appindicator: tray icon support'
'linux-steam-integration: start Steam with LSI'
"mangohud: Display the games' FPS + other information"
'python-evdev: Controller support'