[arch-commits] Commit in waybar/trunk (813-fmt-crash.patch PKGBUILD)

Maxim Baz maximbaz at archlinux.org
Mon Sep 21 15:43:08 UTC 2020


    Date: Monday, September 21, 2020 @ 15:43:08
  Author: maximbaz
Revision: 711231

upgpkg: waybar 0.9.4-1

Modified:
  waybar/trunk/PKGBUILD
Deleted:
  waybar/trunk/813-fmt-crash.patch

---------------------+
 813-fmt-crash.patch |   11 -----------
 PKGBUILD            |   12 +++---------
 2 files changed, 3 insertions(+), 20 deletions(-)

Deleted: 813-fmt-crash.patch
===================================================================
--- 813-fmt-crash.patch	2020-09-21 15:34:35 UTC (rev 711230)
+++ 813-fmt-crash.patch	2020-09-21 15:43:08 UTC (rev 711231)
@@ -1,11 +0,0 @@
---- a/include/util/format.hpp
-+++ b/include/util/format.hpp
-@@ -23,7 +23,7 @@ namespace fmt {
-         constexpr auto parse(ParseContext& ctx) -> decltype (ctx.begin()) {
-           auto it = ctx.begin(), end = ctx.end();
-           if (it != end && *it == ':') ++it;
--          if (*it == '>' || *it == '<' || *it == '=') {
-+          if (it && (*it == '>' || *it == '<' || *it == '=')) {
-             spec = *it;
-             ++it;
-           }

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-21 15:34:35 UTC (rev 711230)
+++ PKGBUILD	2020-09-21 15:43:08 UTC (rev 711231)
@@ -2,8 +2,8 @@
 # Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 
 pkgname=waybar
-pkgver=0.9.3
-pkgrel=3
+pkgver=0.9.4
+pkgrel=1
 pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based compositors'
 arch=('x86_64')
 url="https://github.com/Alexays/Waybar/"
@@ -35,15 +35,9 @@
 )
 source=(
     "$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz"
-    "813-fmt-crash.patch"
 )
-sha256sums=('15cadd05c6a366fd99a92b0f149974c697902c4683c50e2af69f3e59571793e5'
-            '9088cc460005719f2718b40698dfca8a9a2a97cf9a6a018106d9f38cf609732d')
+sha256sums=('d49c09ee253ca9cc9688d1b4d8602adc9bdae613b02e2fa1a2e7277ddc9e82e8')
 
-prepare() {
-    patch -Np1 -i "$srcdir/813-fmt-crash.patch" -d "Waybar-$pkgver"
-}
-
 build() {
     cd "Waybar-$pkgver"
     meson --prefix=/usr --wrap-mode=nofallback build



More information about the arch-commits mailing list