[arch-commits] Commit in waybar/trunk (PKGBUILD)
Brett Cornwall
ainola at gemini.archlinux.org
Wed Jul 21 04:43:16 UTC 2021
Date: Wednesday, July 21, 2021 @ 04:43:15
Author: ainola
Revision: 981372
Rebuild against spdlog 1.9.0
Modified:
waybar/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-21 04:39:43 UTC (rev 981371)
+++ PKGBUILD 2021-07-21 04:43:15 UTC (rev 981372)
@@ -3,7 +3,7 @@
pkgname=waybar
pkgver=0.9.7
-pkgrel=3
+pkgrel=4
pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based compositors'
arch=('x86_64')
url="https://github.com/Alexays/Waybar/"
@@ -42,6 +42,7 @@
prepare() {
cd "Waybar-$pkgver"
+ # libfmt >=8.0.0 compatibility, merged upstream but not yet released.
patch -Np1 -i ../1144.patch
}
More information about the arch-commits
mailing list