summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Manganiello2023-08-15 22:28:48 +0200
committerFabio Manganiello2023-08-15 22:28:48 +0200
commit5f8b5db8311e237a8ea8862656be87b0fca30ec7 (patch)
treecaf984a7e0e83266bbd216d6378d9812906e770c
parent92ff2539a7cef47645ce06de0d5d0b3c94113e7a (diff)
downloadaur-5f8b5db8311e237a8ea8862656be87b0fca30ec7.tar.gz
Added sudo to the list of required dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f37072c2481b..b9092a815932 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = platypush
pkgdesc = Universal multi-platform command executor and automation manager
pkgver = 0.50.3
- pkgrel = 2
+ pkgrel = 3
url = https://git.platypush.tech/platypush/platypush
arch = any
license = MIT
@@ -30,6 +30,7 @@ pkgbase = platypush
depends = python-yaml
depends = python-zeroconf
depends = redis
+ depends = sudo
optdepends = ffmpeg: Audio, streaming and several camera integrations
optdepends = libtorrent: Support for torrent download
optdepends = opencv: Support for cameras and image processing over the OpenCV integration
diff --git a/PKGBUILD b/PKGBUILD
index a2609f2b411d..45529fd71441 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=platypush
pkgver=0.50.3
-pkgrel=2
+pkgrel=3
pkgdesc="Universal multi-platform command executor and automation manager"
arch=('any')
license=('MIT')
@@ -33,6 +33,7 @@ depends=(
'python-yaml'
'python-zeroconf'
'redis'
+ 'sudo'
)
optdepends=(