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

Maxime Gauduin alucryd at archlinux.org
Mon Nov 23 09:08:20 UTC 2020


    Date: Monday, November 23, 2020 @ 09:08:19
  Author: alucryd
Revision: 401747

fmt 7.1.2-2: FS#68527 fix segfault in mkvtoolnix

Modified:
  fmt/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-23 08:08:15 UTC (rev 401746)
+++ PKGBUILD	2020-11-23 09:08:19 UTC (rev 401747)
@@ -3,7 +3,7 @@
 
 pkgname=fmt
 pkgver=7.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Open-source formatting library for C++'
 arch=(x86_64)
 url=https://fmt.dev
@@ -32,6 +32,10 @@
 prepare() {
   npm install less less-plugin-clean-css
   sed "s/'lessc',/'npx', 'lessc',/" -i fmt/doc/build.py
+
+  cd fmt
+
+  git show f81c14aa1edd48919d452da872b425c9368cf782 -- include/fmt/format.h | git apply -
 }
 
 build() {



More information about the arch-commits mailing list