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

Brett Cornwall ainola at archlinux.org
Mon Jul 15 14:46:25 UTC 2019


    Date: Monday, July 15, 2019 @ 14:46:24
  Author: ainola
Revision: 489873

upgpkg: waybar 0.7.1-1

Include spdlog dep.

Modified:
  waybar/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-15 13:57:04 UTC (rev 489872)
+++ PKGBUILD	2019-07-15 14:46:24 UTC (rev 489873)
@@ -1,7 +1,7 @@
 # Maintainer: Brett Cornwall <ainola at archlinux.org>
 
 pkgname=waybar
-pkgver=0.7.0
+pkgver=0.7.1
 pkgrel=1
 pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based compositors'
 arch=('x86_64')
@@ -14,6 +14,7 @@
     'libdbusmenu-gtk3'
     'libpulse'
     'libmpdclient'
+    'spdlog'
 )
 # Sway is needed for building support for workspace and window title modules
 makedepends=(
@@ -24,7 +25,7 @@
     'otf-font-awesome: Icons in the default configuration'
 )
 source=("$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz")
-sha256sums=('413bff4691c8c8b9d9cb98219063cf0c7c9cb05c946313984c8969009f172659')
+sha256sums=('5100ea9a2ebd2326c791c05d68fc692eaf8c500b21850758205a0a61a0dc77de')
 
 build() {
     cd "Waybar-$pkgver"



More information about the arch-commits mailing list