summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Edwards2023-11-12 14:50:22 -0800
committerWilliam Edwards2023-11-12 14:50:22 -0800
commitfeabbb107c45ecb6744ad28dbfe5ff98a26afa50 (patch)
treed16e29e27e87901de75577d58292297e9ef8d974
parent0594b7cca51d8f411e4750694c10f756b0a04db3 (diff)
downloadaur-feabbb107c45ecb6744ad28dbfe5ff98a26afa50.tar.gz
Adjust dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f01aceb90a6..a9bd05f7d92c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = opengamepadui-bin
pkgdesc = Open source game launcher
pkgver = v0.28.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ShadowBlip/OpenGamepadUI
arch = x86_64
license = GPL
@@ -14,13 +14,13 @@ pkgbase = opengamepadui-bin
depends = libxau
depends = libxdmcp
depends = gamescope
- depends = ryzenadj-git
- depends = networkmanager
+ depends = ryzenadj
depends = vulkan-tools
depends = mesa-utils
optdepends = firejail
optdepends = bubblewrap
optdepends = wireplumber
+ optdepends = networkmanager
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 daaf18a92902..f9297ea2a212 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=opengamepadui-bin
_pkgbase=opengamepadui
pkgver=v0.28.0
-pkgrel=1
+pkgrel=2
pkgdesc="Open source game launcher"
arch=('x86_64')
url="https://github.com/ShadowBlip/OpenGamepadUI"
license=('GPL')
depends=('glibc' 'gcc-libs' 'libx11' 'libxres' 'libxcb' 'libxext' 'libxau'
- 'libxdmcp' 'gamescope' 'ryzenadj-git' 'networkmanager' 'vulkan-tools'
+ 'libxdmcp' 'gamescope' 'ryzenadj' 'vulkan-tools'
'mesa-utils'
)
-optdepends=('firejail' 'bubblewrap' 'wireplumber')
+optdepends=('firejail' 'bubblewrap' 'wireplumber' 'networkmanager')
provides=('opengamepadui')
conflicts=('opengamepadui-git')
source=(opengamepadui-$pkgver.tar.gz::https://github.com/ShadowBlip/OpenGamepadUI/releases/download/$pkgver/opengamepadui.tar.gz)