aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mtxclient
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-09-11 06:42:10 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-09-11 06:58:59 +0000
commit19c92c8ce20b7a2f711498e4d3e2db7950bfa689 (patch)
treef1287dadbd8bb511563556698a7f47010e93e7e5 /testing/mtxclient
parent0add1df89a3ccd34c0f51d53cd7c80492c0beee7 (diff)
downloadaports-19c92c8ce20b7a2f711498e4d3e2db7950bfa689.tar.bz2
aports-19c92c8ce20b7a2f711498e4d3e2db7950bfa689.tar.xz
testing/mtxclient: rebuild against boost-1.71
Diffstat (limited to 'testing/mtxclient')
-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"