aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/mtxclient/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/mtxclient/APKBUILD b/testing/mtxclient/APKBUILD
index 8b12b9d786..a96262550f 100644
--- a/testing/mtxclient/APKBUILD
+++ b/testing/mtxclient/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=mtxclient
pkgver=0.2.1
-pkgrel=0
+pkgrel=1
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="nlohmann-json-dev openssl-dev zlib-dev olm-dev libsodium-dev boost-dev"
+depends_dev="nlohmann-json openssl-dev zlib-dev olm-dev libsodium-dev boost-dev"
makedepends="$depends_dev cmake gtest-dev"
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/nheko-reborn/$pkgname/archive/v$pkgver.tar.gz"