mtxclient: rebuild with json-c++ 3.10.5

This commit is contained in:
Karel Balej 2022-06-08 15:19:12 +02:00 committed by John Zimmermann
parent 52f4490fa5
commit e5dc049b4f

View file

@ -1,7 +1,7 @@
# Template file for 'mtxclient' # Template file for 'mtxclient'
pkgname=mtxclient pkgname=mtxclient
version=0.7.0 version=0.7.0
revision=1 revision=2
build_style=cmake build_style=cmake
configure_args="-DBUILD_LIB_TESTS=OFF -DBUILD_LIB_EXAMPLES=OFF" configure_args="-DBUILD_LIB_TESTS=OFF -DBUILD_LIB_EXAMPLES=OFF"
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
@ -25,5 +25,5 @@ mtxclient-devel_package() {
vmove usr/include vmove usr/include
vmove usr/lib/cmake vmove usr/lib/cmake
vmove "usr/lib/*.so" vmove "usr/lib/*.so"
} }
} }