summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e336a3c..88a63b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -32,6 +32,7 @@ pkgbase = waybar-hyprland
depends = libsndio.so
depends = libxkbcommon
depends = wireplumber
+ depends = playerctl
optdepends = otf-font-awesome: Icons in the default configuration
provides = waybar
conflicts = waybar
diff --git a/PKGBUILD b/PKGBUILD
index bde8a3d..619f14a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,6 +31,7 @@ depends=(
'libsndio.so'
'libxkbcommon'
'wireplumber'
+ 'playerctl'
)
makedepends=(
'cmake'