From 1ef4a43f23440027d489196a235a35760e1b5c17 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 9 May 2023 14:41:06 -0400 Subject: [PATCH] synapse: update to 1.84.0. restore make_install_target needed for tests --- srcpkgs/synapse/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template index 2749f0a5c54..47e9393dcb8 100644 --- a/srcpkgs/synapse/template +++ b/srcpkgs/synapse/template @@ -1,10 +1,11 @@ # Template file for 'synapse' pkgname=synapse -version=1.82.0 +version=1.84.0 revision=1 build_style=python3-pep517 build_helper=rust make_check_target=tests +make_install_target="dist/matrix_synapse-${version}-*-*-*.whl" hostmakedepends="python3-poetry-core python3-setuptools-rust cargo" depends="python3-jsonschema python3-immutabledict python3-unpaddedbase64 python3-canonicaljson python3-signedjson python3-pynacl @@ -23,7 +24,7 @@ license="Apache-2.0" homepage="https://github.com/matrix-org/synapse" changelog="https://raw.githubusercontent.com/matrix-org/synapse/develop/CHANGES.md" distfiles="https://github.com/matrix-org/synapse/archive/v${version}.tar.gz" -checksum=bea5b8e40be5f79977732867dae34eb45667aae41c3ee366a3164d5e20c8b327 +checksum=f87b0565403bdf457f92c75e314fd3581e50bf48259089f22406dc5d90be44bd if [ "$CROSS_BUILD" ]; then makedepends+=" rust-std"