Date: Wednesday, December 14, 2022 @ 13:53:31
  Author: alex19ep
Revision: 1359029

upgpkg: matrix-synapse 1.73.0-1 upstream release

Modified:
  matrix-synapse/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-14 13:41:56 UTC (rev 1359028)
+++ PKGBUILD    2022-12-14 13:53:31 UTC (rev 1359029)
@@ -3,7 +3,7 @@
 # Contributor: Ivan Shapovalov <[email protected]>
 
 pkgname=matrix-synapse
-pkgver=1.70.1
+pkgver=1.73.0
 pkgrel=1
 pkgdesc="Matrix reference homeserver"
 url="https://github.com/matrix-org/synapse";
@@ -22,7 +22,7 @@
          'python-bleach' 'python-typing_extensions' 'systemd')
 makedepends=(git python-build python-installer python-wheel python-poetry-core 
python-setuptools-rust)
 checkdepends=('python-pip' 'python-authlib' 'python-pyjwt' 'python-lxml' 
'python-parameterized'
-              'python-txredisapi' 'python-hiredis')
+              'python-txredisapi' 'python-hiredis' 'postgresql')
 optdepends=('perl: sync_room_to_group.pl'
             'python-psycopg2: PostgreSQL support'
             'python-lxml: URL previewing'
@@ -58,7 +58,7 @@
 prepare() {
        cd $pkgname
        # 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
+       sed 's/poetry-core>=1.0.0,<=1.3.2/poetry-core>=1.0.0/' -i pyproject.toml
 }
 
 build() {

Reply via email to