summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIvan Shapovalov2017-04-03 16:09:14 +0300
committerIvan Shapovalov2017-04-03 16:09:14 +0300
commit3352694da699ea88cbfd5bb83da6638b166fd177 (patch)
treea4e07aa673eed174ef0eabed9771a7bd4e561298 /PKGBUILD
parentacfb16553024ebe74b0e386468b1490fba9e46be (diff)
downloadaur-3352694da699ea88cbfd5bb83da6638b166fd177.tar.gz
Bump, refresh dependencies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84d687881e6e..5ea848c4fbc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,22 @@
# Maintainer: Ivan Shapovalov <intelfx@intelfx.name>
pkgname=matrix-synapse-git
-pkgver=0.19.2.r198.g37a187bf
+pkgver=0.19.3.r181.g8a240e4f
pkgrel=1
pkgdesc="Matrix reference homeserver"
license=('Apache')
arch=('any')
url="https://github.com/matrix-org/synapse"
-depends=('python2-twisted>=15.1.0' 'python2-service-identity'
+depends=('python2-twisted' 'python2-service-identity'
'python2-pyopenssl' 'python2-yaml' 'python2-pyasn1' 'python2-pynacl'
'python2-daemonize' 'python2-py-bcrypt' 'python2-frozendict'
'python2-pillow' 'python2-pydenticon' 'python2-ujson' 'python2-blist'
'python2-pysaml2' 'python2-setuptools'
'python2-systemd' 'python2-unpaddedbase64' 'python2-canonicaljson'
'python2-signedjson' 'python2-pymacaroons-pynacl'
- 'python2-service-identity' 'python2-msgpack' 'python2-phonenumbers' 'python2-lxml')
-makedepends=('python2-twisted' 'python2-mock' 'python2-setuptools_trial' 'git')
+ 'python2-service-identity' 'python2-msgpack' 'python2-phonenumbers'
+ 'python2-jsonschema')
+makedepends=('python2-mock' 'git')
optdepends=('python2-psycopg2: PostgreSQL support (instead of built-in SQLite)'
'python2-matrix-angular-sdk-git: built-in web client (UNMAINTAINED)'
'python2-netaddr: URL previewing'