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

Brett Cornwall ainola at archlinux.org
Mon Jul 15 23:50:44 UTC 2019


    Date: Monday, July 15, 2019 @ 23:50:44
  Author: ainola
Revision: 489892

waybar: move spdlog from deps to makedeps

Modified:
  waybar/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-15 23:45:54 UTC (rev 489891)
+++ PKGBUILD	2019-07-15 23:50:44 UTC (rev 489892)
@@ -2,7 +2,7 @@
 
 pkgname=waybar
 pkgver=0.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based compositors'
 arch=('x86_64')
 url="https://github.com/Alexays/Waybar/"
@@ -14,11 +14,11 @@
     'libdbusmenu-gtk3'
     'libpulse'
     'libmpdclient'
-    'spdlog'
 )
 # Sway is needed for building support for workspace and window title modules
 makedepends=(
     'meson'
+    'spdlog'
     'sway'
 )
 optdepends=(



More information about the arch-commits mailing list