summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Manganiello2023-08-15 22:27:56 +0200
committerFabio Manganiello2023-08-15 22:27:56 +0200
commit6ebec0ee757d4e7a8a99e110ef05e46dd22334fc (patch)
tree61362d3b490e2cafa24f84b2d899312f24c31a01
parent52179b740979677584cc766c9a234b923df80581 (diff)
downloadaur-6ebec0ee757d4e7a8a99e110ef05e46dd22334fc.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 42892a999303..4143883caf3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = platypush-git
pkgdesc = Universal multi-platform command executor and automation manager
pkgver = 0.50.3.r84.c2a17f0d
- pkgrel = 1
+ pkgrel = 2
url = https://git.platypush.tech/platypush/platypush
arch = any
license = MIT
@@ -31,6 +31,7 @@ pkgbase = platypush-git
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 bdc271ec4640..65c983793d02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=platypush-git
pkgver=0.50.3.r84.c2a17f0d
-pkgrel=1
+pkgrel=2
pkgdesc="Universal multi-platform command executor and automation manager"
arch=('any')
license=('MIT')
@@ -34,6 +34,7 @@ depends=(
'python-yaml'
'python-zeroconf'
'redis'
+ 'sudo'
)
optdepends=(