mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
mtxclient: update to 0.9.1.
This commit is contained in:
parent
dc1dd23218
commit
b5da42aa92
2 changed files with 5 additions and 5 deletions
|
@ -425,7 +425,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.8.2 mtxclient-0.8.2_1
|
libmatrix_client.so.0.9.1 mtxclient-0.9.1_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,18 +1,18 @@
|
||||||
# Template file for 'mtxclient'
|
# Template file for 'mtxclient'
|
||||||
pkgname=mtxclient
|
pkgname=mtxclient
|
||||||
version=0.8.2
|
version=0.9.1
|
||||||
revision=2
|
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="json-c++ olm-devel openssl-devel coeurl-devel spdlog"
|
makedepends="json-c++ olm-devel openssl-devel coeurl-devel spdlog re2-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"
|
||||||
changelog="https://raw.githubusercontent.com/Nheko-Reborn/mtxclient/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/Nheko-Reborn/mtxclient/master/CHANGELOG.md"
|
||||||
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=4caa12ddf954b9492d1ec9b6ca32ef0fc6478555f229db074d43bc5cc29a9c89
|
checksum=bae82daa019ecdedb2433177b3d973b72f337d14e7a4f480a490559235391005
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue