Skip to content
Snippets Groups Projects
Commit 7801e50e authored by Clayton Craft's avatar Clayton Craft :man_dancing_tone3: Committed by alice
Browse files

community/mtxclient: upgrade to 0.9.2

note: the APKBUILD changes are squashed updates from edge
parent e63da5fc
No related branches found
No related tags found
1 merge request!44863community/nheko: upgrade to 0.11.3
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house>
pkgname=mtxclient
pkgver=0.8.2
pkgrel=1
pkgver=0.9.2
pkgrel=0
pkgdesc="Client API library for Matrix, built on top of Boost.Asio"
url="https://github.com/nheko-reborn/mtxclient"
arch="all"
license="MIT"
depends_dev="boost-dev coeurl-dev libsodium-dev nlohmann-json olm-dev
openssl-dev>3 zlib-dev"
openssl-dev>3 re2-dev zlib-dev"
makedepends="$depends_dev cmake gtest-dev samurai"
subpackages="$pkgname-dev"
source="https://github.com/nheko-reborn/mtxclient/archive/v$pkgver/mtxclient-v$pkgver.tar.gz"
......@@ -16,7 +16,7 @@ options="!check" # Requires running Synapse instance
build() {
cmake -B build -G Ninja \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_BUILD_TYPE=MinSizeRel \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_LIB_EXAMPLES=OFF
......@@ -33,5 +33,5 @@ package() {
}
sha512sums="
0f9d07f5001f933dbf0163b865056361b583de2f2aeae159c5d05ff54adbf88cf7033ad57ee3232b032b4f75328bc410d0059a9dcc209b62aa0ae67b2405667f mtxclient-v0.8.2.tar.gz
87c9cd23ce8a52b2f850e3770eb51d03f40f4a5e45b5e536b2446932fc866b8835212d9364c5890af7404843da2547bdc94bb5d3d1933903fea8374b8900fd73 mtxclient-v0.9.2.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment