summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabio Manganiello2023-08-15 22:28:48 +0200
committerFabio Manganiello2023-08-15 22:28:48 +0200
commit5f8b5db8311e237a8ea8862656be87b0fca30ec7 (patch)
treecaf984a7e0e83266bbd216d6378d9812906e770c /PKGBUILD
parent92ff2539a7cef47645ce06de0d5d0b3c94113e7a (diff)
downloadaur-5f8b5db8311e237a8ea8862656be87b0fca30ec7.tar.gz
Added sudo to the list of required dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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=(