Date: Saturday, July 17, 2021 @ 20:21:59 Author: dvzrv Revision: 420076
upgpkg: fmt 8.0.1-1: Upgrade to 8.0.1. Upstream fmt forgot to increase the version number for their inline namespace: https://github.com/fmtlib/fmt/issues/2374 This upgrade requires yet another rebuild of dependants. Modified: fmt/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-17 20:09:33 UTC (rev 420075) +++ PKGBUILD 2021-07-17 20:21:59 UTC (rev 420076) @@ -2,8 +2,8 @@ # Contributor: Mihai Bişog <[email protected]> pkgname=fmt -pkgver=8.0.0 -pkgrel=2 +pkgver=8.0.1 +pkgrel=1 pkgdesc='Open-source formatting library for C++' arch=(x86_64) url=https://fmt.dev @@ -19,9 +19,9 @@ python-virtualenv ) provides=(libfmt.so) -_tag=9e8b86fd2d9806672cc73133d21780dd182bfd24 -source=(git+https://github.com/fmtlib/fmt.git#tag=${_tag}) -b2sums=(SKIP) +_commit=d141cdbeb0fb422a3fb7173b285fd38e0d1772dc +source=(git+https://github.com/fmtlib/fmt.git#commit=${_commit}) +b2sums=('SKIP') prepare() { pushd fmt
