synapse: update to 1.11.0

This commit is contained in:
David Flatz 2020-03-02 16:27:16 +01:00 committed by Juan RP
parent 4bb5744dfe
commit 084830db13

View file

@ -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 <pete@port22.co.uk>"
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
}