[arch-commits] Commit in fmt/trunk (PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Mon Jan 10 14:26:27 UTC 2022
Date: Monday, January 10, 2022 @ 14:26:27
Author: alucryd
Revision: 434135
upgpkg: fmt 8.1.1-1
Modified:
fmt/trunk/PKGBUILD
----------+
PKGBUILD | 15 +++------------
1 file changed, 3 insertions(+), 12 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-10 13:33:29 UTC (rev 434134)
+++ PKGBUILD 2022-01-10 14:26:27 UTC (rev 434135)
@@ -2,8 +2,8 @@
# Contributor: Mihai Bişog <mihai.bisog at gmail.com>
pkgname=fmt
-pkgver=8.0.1
-pkgrel=2
+pkgver=8.1.1
+pkgrel=1
pkgdesc='Open-source formatting library for C++'
arch=(x86_64)
url=https://fmt.dev
@@ -19,20 +19,11 @@
python-virtualenv
)
provides=(libfmt.so)
-_tag=d141cdbeb0fb422a3fb7173b285fd38e0d1772dc
+_tag=b6f4ceaed0a0a24ccf575fab6c56dd50ccf6f1a9
source=(git+https://github.com/fmtlib/fmt.git#tag=${_tag})
b2sums=(SKIP)
prepare() {
- pushd fmt
- # https://github.com/fmtlib/fmt/pull/2376
- git cherry-pick -n c9a10631cb3a656b0a0a3ba3cf0ef7ea541df30f
- # https://github.com/fmtlib/fmt/pull/2432
- git cherry-pick -n 55d3c4831d67141265c9462360d20787413e692e
- # https://github.com/fmtlib/fmt/pull/2575
- git cherry-pick -n 6eaceb5f73f12943376c833a8433b38ff7faed10
- popd
-
npm install less less-plugin-clean-css
sed "s/'lessc',/'npx', 'lessc',/" -i fmt/doc/build.py
}
More information about the arch-commits
mailing list