mtxclient: update to 0.6.0.
This commit is contained in:
parent
bf8d5e83c7
commit
213e298424
2 changed files with 4 additions and 4 deletions
|
@ -420,7 +420,7 @@ libField3D.so.1.7 Field3D-1.7.3_1
|
||||||
libMAC.so.6 libMAC-5.28_1
|
libMAC.so.6 libMAC-5.28_1
|
||||||
libmad.so.0 libmad-0.15.1b_1
|
libmad.so.0 libmad-0.15.1b_1
|
||||||
libmatroska.so.7 libmatroska-1.6.0_1
|
libmatroska.so.7 libmatroska-1.6.0_1
|
||||||
libmatrix_client.so.0.5.1 mtxclient-0.5.1_1
|
libmatrix_client.so.0.6.0 mtxclient-0.6.0_1
|
||||||
libebml.so.5 libebml-1.4.0_1
|
libebml.so.5 libebml-1.4.0_1
|
||||||
libdvdread.so.8 libdvdread-6.1.1_1
|
libdvdread.so.8 libdvdread-6.1.1_1
|
||||||
libdvdnav.so.4 libdvdnav-4.1.3_1
|
libdvdnav.so.4 libdvdnav-4.1.3_1
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'mtxclient'
|
# Template file for 'mtxclient'
|
||||||
pkgname=mtxclient
|
pkgname=mtxclient
|
||||||
version=0.5.1
|
version=0.6.0
|
||||||
revision=1
|
revision=1
|
||||||
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"
|
||||||
makedepends="boost-devel json-c++ olm-devel openssl-devel"
|
makedepends="json-c++ olm-devel openssl-devel coeurl-devel"
|
||||||
short_desc="Client API library for the Matrix protocol"
|
short_desc="Client API library for the Matrix protocol"
|
||||||
maintainer="Lorem <notloremipsum@protonmail.com>"
|
maintainer="Lorem <notloremipsum@protonmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/Nheko-Reborn/mtxclient"
|
homepage="https://github.com/Nheko-Reborn/mtxclient"
|
||||||
distfiles="https://github.com/Nheko-Reborn/mtxclient/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Nheko-Reborn/mtxclient/archive/v${version}.tar.gz"
|
||||||
checksum=9478d870296ebe7679c90f563cb798eb3cdd3f9c4578ceea5af75b66f456baaa
|
checksum=4245feb0bd4ae8e026c01f546a6bea45bc9d9d57d13430b8ba446b0aec4915c4
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue