summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Schwaiger2022-05-22 14:06:53 +0200
committerDominik Schwaiger2022-05-22 14:06:53 +0200
commitff145b2b7da3d2629594d733632fbb7fd7225568 (patch)
tree944c13ed7362d99abaf3882c696a20b4fb11db36
parentd5519a8fd6cd27a3353b1dc29a783981ff79a2fc (diff)
downloadaur-ff145b2b7da3d2629594d733632fbb7fd7225568.tar.gz
added dbus dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0292f56ca098..b02de265dabf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = sonyheadphonesclient-bin
pkgdesc = A {Windows, macOS, Linux} client recreating the functionality of the Sony Headphones app
pkgver = 1.3
pkgrel = 1
- epoch = 1
+ epoch = 2
url = https://github.com/Plutoberth/SonyHeadphonesClient
arch = x86_64
license = custom:MIT
@@ -12,6 +12,7 @@ pkgbase = sonyheadphonesclient-bin
depends = bluez-libs
depends = glew
depends = glew-2.1
+ depends = dbus
optdepends = glfw-doc
source = https://github.com/Plutoberth/SonyHeadphonesClient/releases/download/v1.3/SonyHeadphonesClient-linux-x64.zip
source = MIT
diff --git a/PKGBUILD b/PKGBUILD
index b13d8c49b013..ed71fa990e8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=sonyheadphonesclient-bin
pkgver=1.3
pkgrel=1
-epoch=1
+epoch=2
pkgdesc="A {Windows, macOS, Linux} client recreating the functionality of the Sony Headphones app"
arch=("x86_64")
url="https://github.com/Plutoberth/SonyHeadphonesClient"
license=('custom:MIT')
groups=()
-depends=("glfw-x11" "minizip" "dbus" "bluez-libs" "glew" "glew-2.1")
+depends=("glfw-x11" "minizip" "dbus" "bluez-libs" "glew" "glew-2.1" "dbus")
makedepends=()
checkdepends=()
optdepends=("glfw-doc")