Date: Monday, October 17, 2022 @ 19:05:17
  Author: alex19ep
Revision: 1329647

upgpkg: matrix-synapse 1.69.0-1 upstream release

Modified:
  matrix-synapse/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-17 18:48:12 UTC (rev 1329646)
+++ PKGBUILD    2022-10-17 19:05:17 UTC (rev 1329647)
@@ -3,7 +3,7 @@
 # Contributor: Ivan Shapovalov <inte...@intelfx.name>
 
 pkgname=matrix-synapse
-pkgver=1.68.0
+pkgver=1.69.0
 pkgrel=1
 pkgdesc="Matrix reference homeserver"
 url="https://github.com/matrix-org/synapse";
@@ -57,8 +57,8 @@
 
 prepare() {
        cd $pkgname
-       # https://github.com/matrix-org/synapse/issues/13926
-       git cherry-pick --no-commit 6f0c3e669da458e838e7b4b165a13e8a5312d6d0
+       # allow any poetry-core to be used
+       sed 's/poetry-core>=1.0.0,<=1.3.1/poetry-core>=1.0.0/' -i pyproject.toml
 }
 
 build() {

Reply via email to