diff options
author | Dominik Schwaiger | 2024-03-01 13:48:19 +0100 |
---|---|---|
committer | Dominik Schwaiger | 2024-03-01 13:48:19 +0100 |
commit | a858f234e141143d0c552728225d27ba619822ff (patch) | |
tree | de5fdbfd9a695c068943e7e6f36fb5ef9d66a53d | |
parent | 2d6fe1f0c1eb941eb88a17f6724d0e0bd1a608b0 (diff) | |
download | aur-a858f234e141143d0c552728225d27ba619822ff.tar.gz |
update glfw dependecy requirement (allow x11 or wayland)
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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") |