mtxclient: update to 0.3.1.
And remove zlib dependency(dropped upstream)
This commit is contained in:
parent
d23bfa48be
commit
886a49a90a
|
@ -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
|
||||
|
|
|
@ -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 <notloremipsum@protonmail.com>"
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue