summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryce Chidester2018-08-05 20:03:14 -0700
committerBryce Chidester2018-08-05 20:03:14 -0700
commit6cbb44255a376e8c2675f97b7f579265dad05bce (patch)
treee5b411d2f2c4f0be2a641af40dce721a1106daae
parente295df1109fda7c9339a3217bce3c37271e2a7f3 (diff)
downloadaur-6cbb44255a376e8c2675f97b7f579265dad05bce.tar.gz
Bump for compatibility with recent upstream commits - disable E2E
E2E support was added to upstream (https://github.com/matrix-org/purple-matrix/pull/43), however it requires libolm and olm.h to compile. These files (and this feature) may run afoul of US regulation and so will be disabled by default.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 431cd0119324..ea017ccf5a5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = purple-matrix-git
pkgdesc = Libpurple protocol plugin for matrix.
- pkgver = r113.aa005c1
- pkgrel = 1
+ pkgver = r182.5a7166a
+ pkgrel = 0
url = https://github.com/matrix-org/purple-matrix
arch = any
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 22b04c9948da..36cae5b7daef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bryce Chidester <bryce@cobryce.com>
pkgname=purple-matrix-git
-pkgver=r113.aa005c1
-pkgrel=1
+pkgver=r182.5a7166a
+pkgrel=0
pkgdesc="Libpurple protocol plugin for matrix."
arch=('any')
url="https://github.com/matrix-org/purple-matrix"
@@ -23,7 +23,7 @@ pkgver() {
build() {
cd "$srcdir/${pkgname%-git}"
- make
+ make MATRIX_NO_E2E=1
}