summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Schwaiger2024-03-01 13:48:19 +0100
committerDominik Schwaiger2024-03-01 13:48:19 +0100
commita858f234e141143d0c552728225d27ba619822ff (patch)
treede5fdbfd9a695c068943e7e6f36fb5ef9d66a53d
parent2d6fe1f0c1eb941eb88a17f6724d0e0bd1a608b0 (diff)
downloadaur-a858f234e141143d0c552728225d27ba619822ff.tar.gz
update glfw dependecy requirement (allow x11 or wayland)
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b780730bddd7..f671665af2f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=sonyheadphonesclient-bin
pkgver=1.3.2
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" "unzip" "gcc-libs" "libglvnd" "glibc" "dbus" "bluez-libs" "glew" "glew-2.1" "dbus")
+depends=("glfw" "unzip" "gcc-libs" "libglvnd" "glibc" "dbus" "bluez-libs" "glew" "glew-2.1" "dbus")
makedepends=()
checkdepends=()
optdepends=("glfw-doc")