Date: Monday, December 3, 2018 @ 10:12:24 Author: alucryd Revision: 340967
upgpkg: fmt 5.2.1-2 - add soprovides Modified: fmt/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-12-03 10:06:39 UTC (rev 340966) +++ PKGBUILD 2018-12-03 10:12:24 UTC (rev 340967) @@ -2,7 +2,7 @@ # Contributor: Mihai Bişog <[email protected]> pkgname=fmt pkgver=5.2.1 -pkgrel=1 +pkgrel=2 pkgdesc='Open-source formatting library for C++' arch=(x86_64) url='http://fmtlib.net' @@ -12,6 +12,7 @@ git ninja ) +provides=(libfmt.so) source=(git+https://github.com/fmtlib/fmt.git#tag=${pkgver}) sha256sums=(SKIP)
