summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabio Manganiello2022-11-22 00:30:11 +0100
committerFabio Manganiello2022-11-22 00:30:11 +0100
commita67b695b07fc3d53c1b7605ce598d5efb26672c1 (patch)
tree74b6cfdcb1d5824d783b68743f497a3bc390a67c /PKGBUILD
parent19c616b8c39f1766fd758c24bb1a25ac8e41f283 (diff)
downloadaur-a67b695b07fc3d53c1b7605ce598d5efb26672c1.tar.gz
Replaced python-pyjwt with python-rsa
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b0fe0965aa0a..3d23ff56155e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
-# Maintainer: Fabio Manganiello <info@fabiomanganiello.com>
+# Maintainer: Fabio Manganiello <fabio@manganiello.tech>
pkgname=platypush
-pkgver=0.23.6
-pkgrel=2
+pkgver=0.24.0
+pkgrel=1
pkgdesc="Universal multi-platform command executor and automation manager"
arch=('any')
license=('MIT')
url="https://git.platypush.tech/platypush/platypush"
-depends=('python' 'python-yaml' 'redis' 'python-redis' 'python-requests' 'python-sqlalchemy' 'python-websockets' 'python-websocket-client' 'python-wheel' 'python-flask' 'python-pip' 'python-dateutil' 'python-frozendict' 'python-bcrypt' 'python-zeroconf' 'python-pyjwt' 'python-croniter' 'python-marshmallow' 'python-pytz' 'python-magic')
+depends=('python' 'python-yaml' 'redis' 'python-redis' 'python-requests' 'python-sqlalchemy' 'python-websockets' 'python-websocket-client' 'python-wheel' 'python-flask' 'python-pip' 'python-dateutil' 'python-frozendict' 'python-bcrypt' 'python-zeroconf' 'python-rsa' 'python-croniter' 'python-marshmallow' 'python-pytz' 'python-magic')
optdepends=('python-paho-mqtt: MQTT integrations support'
'python-pybluez: Bluetooth support'
'python-gattlib: Low-energy Bluetooth devices support'