Date: Monday, August 26, 2019 @ 16:45:26 Author: alucryd Revision: 361234
upgpkg: fmt 6.0.0-1 Modified: fmt/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-08-26 12:05:34 UTC (rev 361233) +++ PKGBUILD 2019-08-26 16:45:26 UTC (rev 361234) @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <[email protected]> # Contributor: Mihai Bişog <[email protected]> pkgname=fmt -pkgver=5.3.0 +pkgver=6.0.0 pkgrel=1 pkgdesc='Open-source formatting library for C++' arch=(x86_64) @@ -15,7 +15,7 @@ provides=(libfmt.so) source=(git+https://github.com/fmtlib/fmt.git#tag=${pkgver}) -sha256sums=(SKIP) +sha256sums=('SKIP') prepare() { if [[ -d build ]]; then
