[arch-commits] Commit in matrix-synapse/trunk (PKGBUILD synapse.install)

Johannes Löthberg demize at archlinux.org
Sun Jan 31 11:40:23 UTC 2021


    Date: Sunday, January 31, 2021 @ 11:40:23
  Author: demize
Revision: 838026

upgpkg: matrix-synapse 1.26.0-1

Modified:
  matrix-synapse/trunk/PKGBUILD
  matrix-synapse/trunk/synapse.install

-----------------+
 PKGBUILD        |    4 ++--
 synapse.install |    9 +++++++++
 2 files changed, 11 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-31 11:39:47 UTC (rev 838025)
+++ PKGBUILD	2021-01-31 11:40:23 UTC (rev 838026)
@@ -2,7 +2,7 @@
 # Contributor: Ivan Shapovalov <intelfx at intelfx.name>
 
 pkgname=matrix-synapse
-pkgver=1.25.0
+pkgver=1.26.0
 pkgrel=1
 
 pkgdesc="Matrix reference homeserver"
@@ -37,7 +37,7 @@
         'sysusers-synapse.conf'
         'tmpfiles-synapse.conf')
 
-sha256sums=('0ae31c1e59d531ef20d232c2c9ef9f3a87ba9733d5b3061d96e0a1a645975185'
+sha256sums=('8e9c9aaf8fb89ca74b10fb4f2d1db61973c1d34c659939b16971417c8603e1ec'
             'ce434eaa92e6504988fb9005d49c078ab7a2d33951d8adece26ccce8b2475857'
             'aadfdd78fe73e6eb325ee4299b8db8b97bfa2f4e7df953aa8477f442598a7ec5'
             '65588c8c64dfb84cab831cd8d028a295d753cf7322dd63053e8488466047b45f')

Modified: synapse.install
===================================================================
--- synapse.install	2021-01-31 11:39:47 UTC (rev 838025)
+++ synapse.install	2021-01-31 11:40:23 UTC (rev 838026)
@@ -35,4 +35,13 @@
 		    /usr/lib/python3.x/site-packages/synapse/res/templates/
 		EOF
 	fi
+
+	if [[ "$(vercmp "$2" 1.26.0-1)" -lt 0 ]]; then
+		cat <<-EOF
+		==> Synapse 1.26.0 includes a new database schema version.
+
+		    If you need to downgrade, see the following document:
+		    https://github.com/matrix-org/synapse/blob/v1.26.0/UPGRADE.rst#upgrading-to-v1260
+		EOF
+	fi
 }



More information about the arch-commits mailing list