aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbobpaul2020-02-17 14:22:59 -0600
committerbobpaul2020-02-17 14:22:59 -0600
commit2c9f6d9b579d4f49d2c5baa6f7b0d2388d0d5e18 (patch)
tree8464b0935e3d6e627c2b72263c8a183bd0c7378e
parent016495dfb3b448bc40445f23845b5ec867c6518c (diff)
downloadaur-2c9f6d9b579d4f49d2c5baa6f7b0d2388d0d5e18.tar.gz
synapse v1.10.0 modified the /sync response to exclude room aliases, which matrix-puppet-bridge projects depend on -->
reverting pr6878 and pr6884 should produce a synapse still compatible with projects using matrix-puppet-bridge https://github.com/matrix-org/synapse/pull/6878/files https://github.com/matrix-org/synapse/pull/6884/files other puppet-bridge implementations exist which do not depend on the room alias in the /sync response
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b80f142e294c..426d74825fae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = matrix-puppet-hangouts-git
- pkgdesc = Single user Node.js Hangouts bridge for Matrix
+ pkgdesc = Single user Node.js Hangouts bridge for Matrix-Synapse <1.10.x
pkgver = r57.b055642
- pkgrel = 1
+ pkgrel = 2
arch = any
license = Apache
makedepends = npm
@@ -9,7 +9,9 @@ pkgbase = matrix-puppet-hangouts-git
depends = nodejs
depends = hangups-git
optdepends = python: for maintenance scripts
+ optdepends = matrix-synapse<1.10.0: if also hosting a homeserver
conflicts = matrix-puppet-hangouts
+ conflicts = matrix-synapse>=1.10.0
source = matrix-puppet-hangouts::git+https://github.com/matrix-hacks/matrix-puppet-hangouts
source = README
source = setup.sh
diff --git a/PKGBUILD b/PKGBUILD
index 5f7f3572f8c1..68143e64c700 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,17 @@
_pkgbase=matrix-puppet-hangouts
pkgname=${_pkgbase}-git
pkgver=r57.b055642
-pkgrel=1
-pkgdesc="Single user Node.js Hangouts bridge for Matrix"
+pkgrel=2
+pkgdesc="Single user Node.js Hangouts bridge for Matrix-Synapse <1.10.x"
arch=(any)
-conflicts=(matrix-puppet-hangouts)
+conflicts=(matrix-puppet-hangouts
+ 'matrix-synapse>=1.10.0')
license=(Apache)
depends=(nodejs hangups-git)
makedepends=(npm git)
-optdepends=('python: for maintenance scripts')
+optdepends=('python: for maintenance scripts'
+ 'matrix-synapse<1.10.0: if also hosting a homeserver'
+ )
source=("${_pkgbase}::git+https://github.com/matrix-hacks/${_pkgbase}"
"README"
"setup.sh"