summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSteamedFish2024-04-13 21:02:16 +0800
committerSteamedFish2024-04-13 21:02:16 +0800
commit4c7a92d5dd9727c94f4687c2c834f34262ac77df (patch)
treee813e4cc7d45a7732173d07ecc6d77f0fecedd0b /PKGBUILD
parent4598d5edb79f62a0f4fcaffc4443dc96b1ce5b87 (diff)
downloadaur-4c7a92d5dd9727c94f4687c2c834f34262ac77df.tar.gz
add python-paho-mqtt to opt depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd07c767afdd..0a254c070a17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname='openwebrx-plus-git'
_pkgname='openwebrx'
-pkgver=1.2.54.r1.g391f8c1c
+pkgver=1.2.55.r0.g78c3498e
pkgrel=1
pkgdesc='Open source, multi-user SDR receiver software with a web interface'
arch=('any')
url='https://luarvique.github.io/ppa/'
license=('AGPL3')
depends=('csdr-luarvique' 'python-csdr-luarvique' 'rtl-sdr' 'owrx_connector-luarvique' 'python-setuptools')
+install=openwebrx-plus.install
optdepends=(
# decoding
'python-digiham: use digital voice modes'
@@ -38,6 +39,7 @@ optdepends=(
# tools
'imagemagick: automatically convert received images to the PNG format'
'sox: sound processing tools'
+ 'python-paho-mqtt: send decoded signal data to an MQTT broker for further processing by third-party applications'
# device support
'soapyremote: allows the usage of remote SDR devices using the SoapySDRServer'