summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Manganiello2023-05-07 11:21:34 +0200
committerFabio Manganiello2023-05-07 11:21:34 +0200
commit7cbb552e57203ae6ae36ca511641e8ec3120d489 (patch)
tree8ce7e475e5720c77d9c52a26067bd35ef26c1465
parent8ce9a88fa0af0ea0b2f9a1720a15a6dde8d18d64 (diff)
downloadaur-7cbb552e57203ae6ae36ca511641e8ec3120d489.tar.gz
Updated dependencies for the web server
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fe710ba8c0c..5deda9a717c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = platypush
pkgdesc = Universal multi-platform command executor and automation manager
pkgver = 0.24.5
- pkgrel = 3
+ pkgrel = 4
url = https://git.platypush.tech/platypush/platypush
arch = any
license = MIT
@@ -10,8 +10,10 @@ pkgbase = platypush
depends = python-bcrypt
depends = python-croniter
depends = python-dateutil
+ depends = python-eventlet
depends = python-flask
depends = python-frozendict
+ depends = python-gunicorn
depends = python-magic
depends = python-marshmallow
depends = python-marshmallow-dataclass
@@ -20,11 +22,11 @@ pkgbase = platypush
depends = python-redis
depends = python-requests
depends = python-rsa
+ depends = python-simple-websocket
depends = python-sqlalchemy
- depends = python-waitress
depends = python-websocket-client
- depends = python-websockets
depends = python-wheel
+ depends = python-wsproto
depends = python-yaml
depends = python-zeroconf
depends = redis
diff --git a/PKGBUILD b/PKGBUILD
index a316ad909a8e..b00fa31d2563 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=platypush
pkgver=0.24.5
-pkgrel=3
+pkgrel=4
pkgdesc="Universal multi-platform command executor and automation manager"
arch=('any')
license=('MIT')
@@ -13,8 +13,10 @@ depends=(
'python-bcrypt'
'python-croniter'
'python-dateutil'
+ 'python-eventlet'
'python-flask'
'python-frozendict'
+ 'python-gunicorn'
'python-magic'
'python-marshmallow'
'python-marshmallow-dataclass'
@@ -23,11 +25,11 @@ depends=(
'python-redis'
'python-requests'
'python-rsa'
+ 'python-simple-websocket'
'python-sqlalchemy'
- 'python-waitress'
'python-websocket-client'
- 'python-websockets'
'python-wheel'
+ 'python-wsproto'
'python-yaml'
'python-zeroconf'
'redis'