summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormax.bra2020-11-30 13:23:34 +0100
committermax.bra2020-11-30 13:23:34 +0100
commit675ba7ed5177ba6331b323c6a7498275751532cd (patch)
treedee47ba4e30edd3f907364340d2d1f47ae624c0a /PKGBUILD
parentc7582bc981b76a835f7de1b1c76345d61e12c870 (diff)
downloadaur-675ba7ed5177ba6331b323c6a7498275751532cd.tar.gz
missing dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 17c345f1cb58..d7d6d289108f 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' 'sudo')
+depends=('pi-hole-ftl>=5.0' 'bc' 'perl' 'net-tools' 'iproute2' 'logrotate' 'bind-tools' 'sudo' 'lsof')
optdepends=(
'lighttpd: a secure, fast, compliant and very flexible web-server'
'php-cgi: CGI and FCGI SAPI for PHP needed only for lighttpd'