[arch-commits] Commit in waybar/trunk (PKGBUILD)

Maxim Baz maximbaz at archlinux.org
Fri Nov 13 10:46:10 UTC 2020


    Date: Friday, November 13, 2020 @ 10:46:09
  Author: maximbaz
Revision: 753856

waybar: rebuild with rfkill support

use arch-meson directly

Modified:
  waybar/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-13 09:49:32 UTC (rev 753855)
+++ PKGBUILD	2020-11-13 10:46:09 UTC (rev 753856)
@@ -3,7 +3,7 @@
 
 pkgname=waybar
 pkgver=0.9.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based compositors'
 arch=('x86_64')
 url="https://github.com/Alexays/Waybar/"
@@ -40,7 +40,7 @@
 
 build() {
     cd "Waybar-$pkgver"
-    meson --prefix=/usr --wrap-mode=nofallback build
+    arch-meson build
     ninja -C build
 }
 



More information about the arch-commits mailing list