summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormax.bra2023-04-02 20:56:23 +0200
committermax.bra2023-04-02 20:56:23 +0200
commit614a80594360412a8adf970b98752e60b9c5192b (patch)
tree56d1be2ebb5295559bf6b7bbd484080126276a95 /PKGBUILD
parent92d2a84ca302bebbb2e4c713c734a79ff8ee5311 (diff)
downloadaur-614a80594360412a8adf970b98752e60b9c5192b.tar.gz
generalized netcat dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49deb2a2856b..d088b4be99c4 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.2')
url="https://github.com/pi-hole/pi-hole"
-depends=('pi-hole-ftl>=5.0' 'bc' 'perl' 'gnu-netcat' 'inetutils' 'iproute2' 'logrotate' 'bind-tools' 'sudo' 'lsof' 'procps-ng' 'jq')
+depends=('pi-hole-ftl>=5.0' 'bc' 'perl' 'netcat' 'inetutils' 'iproute2' 'logrotate' 'bind-tools' 'sudo' 'lsof' 'procps-ng' 'jq')
makedepends=('git')
optdepends=(
'lighttpd: a secure, fast, compliant and very flexible web-server'