mtxclient: rebuild against OpenSSL
This commit is contained in:
parent
3a59932f30
commit
76b9b683d3
|
@ -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
|
||||
|
|
|
@ -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 <notloremipsum@protonmail.com>"
|
||||
license="MIT"
|
||||
|
|
Loading…
Reference in New Issue