diff --git a/PKGBUILD b/PKGBUILD index b675823..8f20543 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -16,6 +16,7 @@ depends=( 'json-c' 'libmpdclient' 'libpulse' + 'pipewire' 'fcft>=3.0.0' 'fcft<4.0.0') optdepends=('xcb-util-errors: better X error messages') source=() diff --git a/PKGBUILD.wayland-only b/PKGBUILD.wayland-only index e836093..cc956e9 100644 --- a/PKGBUILD.wayland-only +++ b/PKGBUILD.wayland-only @@ -1,5 +1,5 @@ pkgname=yambar-wayland -pkgver=1.8.0 +pkgver=1.8.0.r111.g690bd63 pkgrel=1 pkgdesc="Simplistic and highly configurable status panel for Wayland" arch=('x86_64' 'aarch64') @@ -17,6 +17,7 @@ depends=( 'json-c' 'libmpdclient' 'libpulse' + 'pipewire' 'fcft>=3.0.0' 'fcft<4.0.0') source=()