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

Brett Cornwall ainola at archlinux.org
Thu Dec 24 03:57:55 UTC 2020


    Date: Thursday, December 24, 2020 @ 03:57:55
  Author: ainola
Revision: 786265

Re-enable auto features and disable downloads

Modified:
  waybar/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-24 03:57:43 UTC (rev 786264)
+++ PKGBUILD	2020-12-24 03:57:55 UTC (rev 786265)
@@ -3,7 +3,7 @@
 
 pkgname=waybar
 pkgver=0.9.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based compositors'
 arch=('x86_64')
 url="https://github.com/Alexays/Waybar/"
@@ -42,6 +42,8 @@
     cd "Waybar-$pkgver"
     meson --prefix=/usr \
           --buildtype=plain \
+          --auto-features=enabled \
+          --wrap-mode=nodownload \
           build
     ninja -C build
 }



More information about the arch-commits mailing list