[arch-commits] Commit in fmt/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Mon Dec 3 10:12:25 UTC 2018


    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 <mihai.bisog at gmail.com>
 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)



More information about the arch-commits mailing list