Date: Thursday, July 20, 2017 @ 13:21:49 Author: demize Revision: 245805
Switch to python2-bcrypt Modified: matrix-synapse/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-07-20 11:53:30 UTC (rev 245804) +++ PKGBUILD 2017-07-20 13:21:49 UTC (rev 245805) @@ -3,7 +3,7 @@ pkgname=matrix-synapse pkgver=0.22.1 -pkgrel=1 +pkgrel=2 pkgdesc="Matrix reference homeserver" url="https://github.com/matrix-org/synapse" @@ -12,7 +12,7 @@ depends=('python2-jsonschema' 'python2-twisted' 'python2-service-identity' 'python2-pyopenssl' 'python2-yaml' 'python2-pyasn1' 'python2-pynacl' - 'python2-daemonize' 'python2-py-bcrypt' 'python2-frozendict' + 'python2-daemonize' 'python2-bcrypt' 'python2-frozendict' 'python2-pillow' 'python2-pydenticon' 'python2-ujson' 'python2-blist' 'python2-pysaml2' 'python2-setuptools' 'python2-systemd' 'python2-unpaddedbase64' 'python2-canonicaljson'
