summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Edwards2023-09-04 20:35:10 -0700
committerWilliam Edwards2023-09-04 20:35:10 -0700
commit5ecc6be4e524f8575ee4d2fe58bf0e2805c0712a (patch)
tree18a93d5c16dbf5aa292c27fd31080ff645d38265
parent42f8b9062bb0b2d18a038194566903878031e775 (diff)
downloadaur-5ecc6be4e524f8575ee4d2fe58bf0e2805c0712a.tar.gz
Add wireplumber optional dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a18bb6761fab..ce72276b6b7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = opengamepadui-git
pkgdesc = Open source game launcher
pkgver = v0.21.0.r0.g74a4c82
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ShadowBlip/OpenGamepadUI
arch = x86_64
license = GPL
@@ -34,6 +34,7 @@ pkgbase = opengamepadui-git
depends = networkmanager
optdepends = firejail
optdepends = bubblewrap
+ optdepends = wireplumber
provides = opengamepadui
conflicts = opengamepadui-bin
source = OpenGamepadUI::git+https://github.com/ShadowBlip/OpenGamepadUI.git
diff --git a/PKGBUILD b/PKGBUILD
index 109733e6466e..6d59e3a38474 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=opengamepadui-git
_pkgbase=OpenGamepadUI
pkgver=v0.21.0.r0.g74a4c82
-pkgrel=1
+pkgrel=2
pkgdesc="Open source game launcher"
arch=('x86_64')
url="https://github.com/ShadowBlip/OpenGamepadUI"
@@ -11,7 +11,7 @@ groups=()
depends=('glibc' 'gcc-libs' 'libx11' 'libxres' 'libxcb' 'libxext' 'libxau'
'libxdmcp' 'gamescope' 'ryzenadj-git' 'networkmanager'
)
-optdepends=('firejail' 'bubblewrap')
+optdepends=('firejail' 'bubblewrap' 'wireplumber')
makedepends=('godot' 'scons' 'pkgconf' 'gcc' 'libxcursor' 'libxinerama'
'libxi' 'libxrandr' 'mesa' 'glu' 'libglvnd' 'alsa-lib' 'make'
'unzip' 'wget' 'git'