Date: Monday, May 11, 2020 @ 16:00:34 Author: alucryd Revision: 383204
upgpkg: fmt 6.2.1-1 Modified: fmt/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-11 14:32:14 UTC (rev 383203) +++ PKGBUILD 2020-05-11 16:00:34 UTC (rev 383204) @@ -2,7 +2,7 @@ # Contributor: Mihai Bişog <[email protected]> pkgname=fmt -pkgver=6.2.0 +pkgver=6.2.1 pkgrel=1 pkgdesc='Open-source formatting library for C++' arch=(x86_64) @@ -19,7 +19,7 @@ python-virtualenv ) provides=(libfmt.so) -source=(git+https://github.com/fmtlib/fmt.git#tag=9bdd1596cef1b57b9556f8bef32dc4a32322ef3e) +source=(git+https://github.com/fmtlib/fmt.git#tag=19bd751020a1f3c3363b2eb67a039852f139a8d3) sha256sums=(SKIP) pkgver() {
