From 76b9b683d32d16d55158fce6a5f0a3f5f1296500 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 6 Jan 2021 18:18:22 +0100 Subject: [PATCH] mtxclient: rebuild against OpenSSL --- common/shlibs | 2 +- srcpkgs/mtxclient/template | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/shlibs b/common/shlibs index ab3dd604a4..61e1dc808e 100644 --- a/common/shlibs +++ b/common/shlibs @@ -416,7 +416,7 @@ libFLAC++.so.6 libflac-1.2.1_1 libMAC.so.6 libMAC-5.28_1 libmad.so.0 libmad-0.15.1b_1 libmatroska.so.7 libmatroska-1.6.0_1 -libmatrix_client.so.0.3.1 mtxclient-0.3.1_1 +libmatrix_client.so.0.3.1 mtxclient-0.3.1_3 libebml.so.5 libebml-1.4.0_1 libdvdread.so.8 libdvdread-6.1.1_1 libdvdnav.so.4 libdvdnav-4.1.3_1 diff --git a/srcpkgs/mtxclient/template b/srcpkgs/mtxclient/template index ccefdca1c9..5c5806d3cf 100644 --- a/srcpkgs/mtxclient/template +++ b/srcpkgs/mtxclient/template @@ -1,11 +1,11 @@ # Template file for 'mtxclient' pkgname=mtxclient version=0.3.1 -revision=2 +revision=3 build_style=cmake configure_args="-DBUILD_LIB_TESTS=OFF -DBUILD_LIB_EXAMPLES=OFF -DBUILD_SHARED_LIBS=ON" hostmakedepends="pkg-config" -makedepends="boost-devel json-c++ olm-devel libressl-devel libsodium-devel" +makedepends="boost-devel json-c++ olm-devel openssl-devel libsodium-devel" short_desc="Client API library for the Matrix protocol" maintainer="Lorem " license="MIT"