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

Brett Cornwall ainola at gemini.archlinux.org
Fri May 20 17:32:35 UTC 2022


    Date: Friday, May 20, 2022 @ 17:32:35
  Author: ainola
Revision: 1209419

Back up /etc/sway/config.d/50-systemd-user.conf

Fixes #74778

Modified:
  sway/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-20 17:32:32 UTC (rev 1209418)
+++ PKGBUILD	2022-05-20 17:32:35 UTC (rev 1209419)
@@ -5,7 +5,7 @@
 pkgname=sway
 pkgver=1.7
 epoch=1
-pkgrel=8
+pkgrel=9
 pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
 arch=(x86_64)
 url='https://swaywm.org/'
@@ -26,7 +26,10 @@
   'ttf-font'
 )
 makedepends=(meson ninja scdoc setconf wayland-protocols)
-backup=(etc/sway/config)
+backup=(
+  etc/sway/config
+  etc/sway/config.d/50-systemd-user.conf
+)
 optdepends=(
   'bemenu: Wayland-native alternative to dmenu'
   'dmenu: Application launcher used in default config'



More information about the arch-commits mailing list