aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2021-03-22 12:42:05 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2021-04-05 18:18:47 +0000
commit8c7ffd483bcd3717e2e6668be64a69f149cc9d2d (patch)
treed07f10864d822454403184f3400e56a17b4e98ed /community
parent36ea71c5fa6150c407df00e674efc71f9cdec822 (diff)
community/olm: rebuild against python 3.9
Diffstat (limited to 'community')
-rw-r--r--community/olm/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/community/olm/APKBUILD b/community/olm/APKBUILD
index a14b435a3ed..cdb2621d3d8 100644
--- a/community/olm/APKBUILD
+++ b/community/olm/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=olm
pkgver=3.2.2
-pkgrel=0
+pkgrel=1
pkgdesc="Implementation of the olm and megolm cryptographic ratchets"
arch="all"
url="https://gitlab.matrix.org/matrix-org/olm"
@@ -37,7 +37,6 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
cmake --build build
-
make -C python olm-python3
}