diff options
author | zachir <zachir@librem.one> | 2023-07-26 02:35:31 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-07-26 02:35:31 -0500 |
commit | cab439f22f7f94888df3677d4a40a19a2ba8fe53 (patch) | |
tree | a7c0520eeab47b111fb1ac1e6f59859474781feb | |
parent | 4af32d1c58a4e595da92791a828da011b088ff8b (diff) |
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,7 +1,7 @@ # Maintainer: Bruno Ancona <bruno at powerball253 dot com> pkgname=waybar-hyprland -pkgver=0.9.17 +pkgver=0.9.20 pkgrel=1 pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based compositors, with workspaces support for Hyprland' arch=('x86_64') @@ -50,7 +50,7 @@ optdepends=( source=( "$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz" ) -sha256sums=('da6f448be343a593ee092486fb4744502aa1e6ad85f4eccc3670d0b84a2a4266') +sha256sums=('e300183defece4799b6dfb7aea72400492ec6e330217c22158a334f35532d014') build() { cd "${srcdir}/Waybar-${pkgver}" @@ -63,8 +63,9 @@ build() { --auto-features=enabled \ --wrap-mode=nodownload \ -Dtests=disabled \ + -Dexperimental=true \ + -Dcava=disabled \ build - meson configure -Dexperimental=true build ninja -C build } |