summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 619f14a..21aead8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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
}