diff options
author | Fabio Manganiello | 2023-08-15 22:27:56 +0200 |
---|---|---|
committer | Fabio Manganiello | 2023-08-15 22:27:56 +0200 |
commit | 6ebec0ee757d4e7a8a99e110ef05e46dd22334fc (patch) | |
tree | 61362d3b490e2cafa24f84b2d899312f24c31a01 | |
parent | 52179b740979677584cc766c9a234b923df80581 (diff) | |
download | aur-6ebec0ee757d4e7a8a99e110ef05e46dd22334fc.tar.gz |
Added sudo to the list of required dependencies
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -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 @@ -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=( |