Date: Tuesday, June 14, 2022 @ 15:54:31 Author: alex19ep Revision: 1237864
upgpkg: matrix-synapse 1.61.0-1 upstream release I enabled source verify with gpg Modified: matrix-synapse/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-14 15:45:20 UTC (rev 1237863) +++ PKGBUILD 2022-06-14 15:54:31 UTC (rev 1237864) @@ -3,7 +3,7 @@ # Contributor: Ivan Shapovalov <[email protected]> pkgname=matrix-synapse -pkgver=1.60.0 +pkgver=1.61.0 pkgrel=1 pkgdesc="Matrix reference homeserver" url="https://github.com/matrix-org/synapse" @@ -30,7 +30,7 @@ 'python-pyjwt: jwt' 'python-txredisapi: redis' 'python-hiredis') -source=("$pkgname::git+https://github.com/matrix-org/synapse.git#tag=v$pkgver" +source=("$pkgname::git+https://github.com/matrix-org/synapse.git#tag=v$pkgver?signed" 'generic_worker.yaml.example' 'synapse.service' 'synapse.target' @@ -48,6 +48,7 @@ 'd8e6b2a43a8a7d8f09c643f32e789a7ffeeb2d20bb07ee88ddc6923e1ab3b0e6') backup=('etc/synapse/log_config.yaml') install=synapse.install +validpgpkeys=('053191DFF4670330465227F7A542E4ED1B0FAC09') build() { cd $pkgname
