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

Maxime Gauduin alucryd at archlinux.org
Tue Dec 1 07:50:37 UTC 2020


    Date: Tuesday, December 1, 2020 @ 07:50:37
  Author: alucryd
Revision: 402447

upgpkg: fmt 7.1.3-1

Modified:
  fmt/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-01 07:23:05 UTC (rev 402446)
+++ PKGBUILD	2020-12-01 07:50:37 UTC (rev 402447)
@@ -2,8 +2,8 @@
 # Contributor: Mihai Bişog <mihai.bisog at gmail.com>
 
 pkgname=fmt
-pkgver=7.1.2
-pkgrel=2
+pkgver=7.1.3
+pkgrel=1
 pkgdesc='Open-source formatting library for C++'
 arch=(x86_64)
 url=https://fmt.dev
@@ -19,7 +19,7 @@
   python-virtualenv
 )
 provides=(libfmt.so)
-_tag=cc09f1a6798c085c325569ef466bcdcffdc266d4
+_tag=7bdf0628b1276379886c7f6dda2cef2b3b374f0b
 source=(git+https://github.com/fmtlib/fmt.git#tag=${_tag})
 b2sums=(SKIP)
 
@@ -32,10 +32,6 @@
 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