summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormax.bra2020-08-26 16:28:24 +0200
committermax.bra2020-08-26 16:28:24 +0200
commitdbf2488c1ef4119d34f6b543ff2fe11c2f593101 (patch)
treef403d252fc67b1b7b49b92c9798dccee390b8836 /PKGBUILD
parentdefc3288f4dd947f47c52687149cd6700e95334c (diff)
downloadaur-dbf2488c1ef4119d34f6b543ff2fe11c2f593101.tar.gz
sudo as new dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a96ab64b0b97..d80fa7e58721 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgdesc='The Pi-hole is an advertising-aware DNS/Web server. Arch adaptation for
arch=('any')
license=('EUPL-1.1')
url="https://github.com/pi-hole/pi-hole"
-depends=('pi-hole-ftl>=5.0' 'bc' 'perl' 'net-tools' 'iproute2' 'logrotate' 'bind-tools')
+depends=('pi-hole-ftl>=5.0' 'bc' 'perl' 'net-tools' 'iproute2' 'logrotate' 'bind-tools' 'sudo')
optdepends=(
'lighttpd: a secure, fast, compliant and very flexible web-server'
'php-cgi: CGI and FCGI SAPI for PHP needed only for lighttpd'