From 084830db13991d5488e8a0c223f8ba69376b40b5 Mon Sep 17 00:00:00 2001 From: David Flatz Date: Mon, 2 Mar 2020 16:27:16 +0100 Subject: [PATCH] synapse: update to 1.11.0 --- srcpkgs/synapse/template | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template index 82ee971b1f5..3407d4016be 100644 --- a/srcpkgs/synapse/template +++ b/srcpkgs/synapse/template @@ -1,6 +1,6 @@ # Template file for 'synapse' pkgname=synapse -version=1.10.1 +version=1.11.0 revision=1 archs=noarch build_style=python3-module @@ -19,9 +19,7 @@ maintainer="Pete " license="Apache-2.0" homepage="https://github.com/matrix-org/synapse" distfiles="https://github.com/matrix-org/synapse/archive/v${version}.tar.gz" -checksum=43351bdee7e025c90f62c32795c610247db8d223d3a0dbdaa570796a78e05cee - -conf_files="/etc/synapse/log_config.yaml" +checksum=4aacaa647cbc398ef2a8446273b9f449548b646aec615b9c8e60da9f98916523 system_accounts="synapse" synapse_homedir="/var/lib/synapse" @@ -31,7 +29,5 @@ make_dirs=" /etc/synapse 0755 synapse synapse" post_install() { - vinstall contrib/systemd/log_config.yaml 644 etc/synapse - vsv synapse }