summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Manganiello2023-05-03 22:53:06 +0200
committerFabio Manganiello2023-05-03 22:53:06 +0200
commit746cea22d8a5365f4cc6f349fc82fecc4a66a289 (patch)
treeb357c3b2af97d886174de1cefb34d83fc499f163
parentd181af5d1f8cb00cd6b3f1f9a0159a968c041156 (diff)
downloadaur-746cea22d8a5365f4cc6f349fc82fecc4a66a289.tar.gz
Added python-marshmallow-dataclases dependency.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa36216f652c..3fe1d116bfb6 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 = 1
+ pkgrel = 2
url = https://git.platypush.tech/platypush/platypush
arch = any
license = MIT
@@ -25,6 +25,7 @@ pkgbase = platypush
depends = python-marshmallow
depends = python-pytz
depends = python-magic
+ depends = python-marshmallow-dataclass
optdepends = python-paho-mqtt: MQTT integrations support
optdepends = python-pybluez: Bluetooth support
optdepends = python-gattlib: Low-energy Bluetooth devices support
diff --git a/PKGBUILD b/PKGBUILD
index 5f95a61b0c4f..3d87614e7f2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=platypush
pkgver=0.24.5
-pkgrel=1
+pkgrel=2
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-rsa' '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' 'python-marshmallow-dataclass')
optdepends=('python-paho-mqtt: MQTT integrations support'
'python-pybluez: Bluetooth support'
'python-gattlib: Low-energy Bluetooth devices support'