fmt: update to 6.0.0

[ci skip]
This commit is contained in:
Nathan Owens 2019-11-11 14:29:07 -06:00 committed by Helmut Pozimski
parent 15d4f919d3
commit b467083494
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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 <orphan@voidlinux.org>"
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"
}
}