Skip to content

Commit

Permalink
synapse: update to 1.117.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
TinfoilSubmarine committed Oct 15, 2024
1 parent b41d70e commit af342c7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions srcpkgs/synapse/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'synapse'
pkgname=synapse
version=1.116.0
version=1.117.0
revision=1
build_style=python3-pep517
build_helper=rust
Expand All @@ -18,14 +18,15 @@ depends="python3-jsonschema python3-immutabledict python3-unpaddedbase64
python3-sortedcontainers python3-typing_extensions python3-cryptography
python3-ijson python3-matrix-common python3-packaging python3-pydantic
python3-automat python3-python-multipart"
checkdepends="$depends python3-parameterized python3-hiredis xmlsec1 unzip"
checkdepends="$depends python3-parameterized python3-txredisapi python3-hiredis
xmlsec1 unzip"
short_desc="Matrix reference homeserver"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="AGPL-3.0-or-later"
homepage="https://element-hq.github.io/synapse"
changelog="https://raw.githubusercontent.com/element-hq/synapse/develop/CHANGES.md"
distfiles="https://github.com/element-hq/synapse/archive/refs/tags/v${version}.tar.gz"
checksum=6fa0b0974ccb775ff0165ec23e74263940d13716581c751bb1c26a6b132e7249
checksum=f7865c075a071e7211f7abf428556277a378d8831c7e06d7f2ce885f341d897e

system_accounts="synapse"
synapse_homedir="/var/lib/synapse"
Expand Down

0 comments on commit af342c7

Please sign in to comment.