summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Manganiello2023-07-22 23:30:56 +0200
committerFabio Manganiello2023-07-22 23:30:56 +0200
commitc73fa3d4b4be2dffcd29f53b1ce2c1c889aa9dc7 (patch)
tree47f84987420d051a6e33894295503bc4fc09424b
parente4d318a13f1c1ba09e96b5b1354e22214d7caccb (diff)
downloadaur-c73fa3d4b4be2dffcd29f53b1ce2c1c889aa9dc7.tar.gz
Added aioxmpp optional dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 984baf02a112..5f707f51db44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = platypush
pkgdesc = Universal multi-platform command executor and automation manager
pkgver = 0.50.2
- pkgrel = 1
+ pkgrel = 2
url = https://git.platypush.tech/platypush/platypush
arch = any
license = MIT
@@ -34,6 +34,7 @@ pkgbase = platypush
optdepends = opencv: Support for cameras and image processing over the OpenCV integration
optdepends = py-trello: Trello integration
optdepends = python-aiohttp: SmartThings support
+ optdepends = python-aioxmpp: XMPP support
optdepends = python-bleak: Bluetooth low-energy devices support
optdepends = python-bme280: Support for the BME280 digital sensor over I2C interface
optdepends = python-deepspeech: Mozilla Deepspeech integration
diff --git a/PKGBUILD b/PKGBUILD
index 12bbd71139d1..53edb25d7504 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=platypush
pkgver=0.50.2
-pkgrel=1
+pkgrel=2
pkgdesc="Universal multi-platform command executor and automation manager"
arch=('any')
license=('MIT')
@@ -40,6 +40,7 @@ optdepends=(
'opencv: Support for cameras and image processing over the OpenCV integration'
'py-trello: Trello integration'
'python-aiohttp: SmartThings support'
+ 'python-aioxmpp: XMPP support'
'python-bleak: Bluetooth low-energy devices support'
'python-bme280: Support for the BME280 digital sensor over I2C interface'
'python-deepspeech: Mozilla Deepspeech integration'