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

Brett Cornwall ainola at gemini.archlinux.org
Fri Mar 11 16:50:39 UTC 2022


    Date: Friday, March 11, 2022 @ 16:50:39
  Author: ainola
Revision: 1148407

Add config and style.css to backup array

Fixes FS#74095

Modified:
  waybar/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-11 16:50:31 UTC (rev 1148406)
+++ PKGBUILD	2022-03-11 16:50:39 UTC (rev 1148407)
@@ -3,7 +3,7 @@
 
 pkgname=waybar
 pkgver=0.9.12
-pkgrel=1
+pkgrel=2
 pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based compositors'
 arch=('x86_64')
 url="https://github.com/Alexays/Waybar/"
@@ -33,6 +33,10 @@
     'scdoc' # For generating manpages
     'wayland-protocols'
 )
+backup=(
+    etc/xdg/waybar/config
+    etc/xdg/waybar/style.css
+)
 optdepends=(
     'otf-font-awesome: Icons in the default configuration'
 )



More information about the arch-commits mailing list