summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c45c28d78b3..cd071f7f4679 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=platypush
pkgver=0.24.5
-pkgrel=5
+pkgrel=6
pkgdesc="Universal multi-platform command executor and automation manager"
arch=('any')
license=('MIT')
@@ -13,7 +13,7 @@ depends=(
'python-bcrypt'
'python-croniter'
'python-dateutil'
- 'python-eventlet'
+ 'python-docutils'
'python-flask'
'python-frozendict'
'python-magic'
@@ -27,6 +27,7 @@ depends=(
'python-sqlalchemy'
'python-tornado'
'python-websocket-client'
+ 'python-websockets'
'python-wheel'
'python-yaml'
'python-zeroconf'