From b467083494a532250f82be36603129b1c7d149d6 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Mon, 11 Nov 2019 14:29:07 -0600 Subject: [PATCH] fmt: update to 6.0.0 [ci skip] --- common/shlibs | 2 +- srcpkgs/fmt/template | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/shlibs b/common/shlibs index 75e5418b687..3656a66bdce 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3345,7 +3345,7 @@ libcotp.so.12 libcotp-1.2.1_1 libunarr.so.1 libunarr-1.0.1_1 libretro-gtk-0.14.so.0 retro-gtk-0.16.0_1 libmanette-0.2.so.0 libmanette-0.2.1_1 -libfmt.so.5 fmt-5.2.1_1 +libfmt.so.6 fmt-5.2.1_1 libelementary-calendar.so.0 libio.elementary.calendar-4.2.3_1 libolm.so.3 olm-3.0.0_1 libcrypto.so.44 libcrypto44-2.8.2_1 diff --git a/srcpkgs/fmt/template b/srcpkgs/fmt/template index 3a3ab9cfc57..b08758b3c92 100644 --- a/srcpkgs/fmt/template +++ b/srcpkgs/fmt/template @@ -1,6 +1,6 @@ # Template file for 'fmt' pkgname=fmt -version=5.3.0 +version=6.0.0 revision=1 build_style=cmake configure_args="-DBUILD_SHARED_LIBS=ON -DFMT_DOC=OFF -DFMT_TEST=OFF" @@ -9,7 +9,7 @@ maintainer="Orphaned " license="BSD-2-Clause" homepage="https://github.com/fmtlib/fmt" distfiles="https://github.com/fmtlib/fmt/archive/${version}.tar.gz" -checksum=defa24a9af4c622a7134076602070b45721a43c51598c8456ec6f2c4dbb51c89 +checksum=f1907a58d5e86e6c382e51441d92ad9e23aea63827ba47fd647eacc0d3a16c78 post_install() { vlicense LICENSE.rst @@ -20,8 +20,8 @@ fmt-devel_package() { short_desc+=" - development files" pkg_install() { vmove usr/include - vmove usr/share/pkgconfig vmove usr/lib/cmake + vmove usr/lib/pkgconfig vmove "usr/lib/*.so" } }