From 886a49a90aa5306c715558651d33391012e42791 Mon Sep 17 00:00:00 2001 From: Lorem Date: Sat, 13 Jun 2020 06:20:54 +0530 Subject: [PATCH] mtxclient: update to 0.3.1. And remove zlib dependency(dropped upstream) --- common/shlibs | 2 +- srcpkgs/mtxclient/template | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/shlibs b/common/shlibs index e847ea6d221..87f7cfd583d 100644 --- a/common/shlibs +++ b/common/shlibs @@ -434,7 +434,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.6 libmatroska-1.4.1_5 -libmatrix_client.so.0.3.0 mtxclient-0.3.0_1 +libmatrix_client.so.0.3.1 mtxclient-0.3.1_1 libebml.so.4 libebml-1.3.0_5 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 49bfa455d96..9e68d5ce3f1 100644 --- a/srcpkgs/mtxclient/template +++ b/srcpkgs/mtxclient/template @@ -1,17 +1,17 @@ # Template file for 'mtxclient' pkgname=mtxclient -version=0.3.0 +version=0.3.1 revision=1 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++ zlib-devel olm-devel libressl-devel libsodium-devel" +makedepends="boost-devel json-c++ olm-devel libressl-devel libsodium-devel" short_desc="Client API library for the Matrix protocol" maintainer="Lorem " license="MIT" homepage="https://github.com/Nheko-Reborn/mtxclient" distfiles="https://github.com/Nheko-Reborn/mtxclient/archive/v${version}.tar.gz" -checksum=0c2930b5861d93bab9a6515adca74ebaa78984119705d9b4372a9deb275dd30c +checksum=e4899cc4ce87397de2aef865e94ea2cdb8d9cb86253727e7d90532b925ecc770 post_install() { vlicense LICENSE