summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Edwards2023-11-12 15:04:45 -0800
committerWilliam Edwards2023-11-12 15:04:45 -0800
commit7ef3d0b07a1db6c2391397d9489330024fab3088 (patch)
tree530c2e43f220ef9610a4a37cb5c6c76a055f6139
parentfeabbb107c45ecb6744ad28dbfe5ff98a26afa50 (diff)
downloadaur-7ef3d0b07a1db6c2391397d9489330024fab3088.tar.gz
Optionally depend on bluez and dbus
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9bd05f7d92c..c6ea5a3cb006 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = opengamepadui-bin
pkgdesc = Open source game launcher
pkgver = v0.28.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ShadowBlip/OpenGamepadUI
arch = x86_64
license = GPL
@@ -21,6 +21,8 @@ pkgbase = opengamepadui-bin
optdepends = bubblewrap
optdepends = wireplumber
optdepends = networkmanager
+ optdepends = bluez
+ optdepends = dbus
provides = opengamepadui
conflicts = opengamepadui-git
source = opengamepadui-v0.28.0.tar.gz::https://github.com/ShadowBlip/OpenGamepadUI/releases/download/v0.28.0/opengamepadui.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index f9297ea2a212..965e8ac887c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=opengamepadui-bin
_pkgbase=opengamepadui
pkgver=v0.28.0
-pkgrel=2
+pkgrel=3
pkgdesc="Open source game launcher"
arch=('x86_64')
url="https://github.com/ShadowBlip/OpenGamepadUI"
@@ -11,7 +11,7 @@ depends=('glibc' 'gcc-libs' 'libx11' 'libxres' 'libxcb' 'libxext' 'libxau'
'libxdmcp' 'gamescope' 'ryzenadj' 'vulkan-tools'
'mesa-utils'
)
-optdepends=('firejail' 'bubblewrap' 'wireplumber' 'networkmanager')
+optdepends=('firejail' 'bubblewrap' 'wireplumber' 'networkmanager' 'bluez' 'dbus')
provides=('opengamepadui')
conflicts=('opengamepadui-git')
source=(opengamepadui-$pkgver.tar.gz::https://github.com/ShadowBlip/OpenGamepadUI/releases/download/$pkgver/opengamepadui.tar.gz)