summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6121064bc25c..5e9f0347a18a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,13 @@
pkgname=python2-autobahn
pkgver=19.6.2
-pkgrel=2
+pkgrel=3
pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
arch=(any)
url='https://crossbar.io/autobahn/'
license=(MIT)
depends=(python2-twisted python2-six python2-txaio python2-trollius python2-wsaccel)
-makedepends=(python2-setuptools python2-msgpack python2-pynacl python2-trollius)
+makedepends=(python2-setuptools python2-msgpack python2-pynacl python2-trollius python2-cryptography)
checkdepends=(python2-mock python2-pytest)
optdepends=(
'python2-msgpack: MsgPack serializer support'