summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 561c7862fd97..8a9cb616eda7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = pi-hole-server
depends = bc
depends = perl
depends = net-tools
+ depends = inetutils
depends = iproute2
depends = logrotate
depends = bind-tools
@@ -26,8 +27,8 @@ pkgbase = pi-hole-server
backup = etc/dnsmasq.conf
source = pi-hole-server-core-5.5.tar.gz::https://github.com/pi-hole/pi-hole/archive/v5.5.tar.gz
source = pi-hole-server-admin-5.7.tar.gz::https://github.com/pi-hole/AdminLTE/archive/v5.7.tar.gz
- source = arch-server-core-5.5-478481821.patch::https://raw.githubusercontent.com/max72bra/pi-hole-server-archlinux-customization/master/arch-server-core-5.5.patch
- source = arch-server-admin-5.7-478481821.patch::https://raw.githubusercontent.com/max72bra/pi-hole-server-archlinux-customization/master/arch-server-admin-5.7.patch
+ source = arch-server-core-5.5-834132525.patch::https://raw.githubusercontent.com/max72bra/pi-hole-server-archlinux-customization/master/arch-server-core-5.5.patch
+ source = arch-server-admin-5.7-834132525.patch::https://raw.githubusercontent.com/max72bra/pi-hole-server-archlinux-customization/master/arch-server-admin-5.7.patch
source = dnsmasq.include
source = lighttpd.pi-hole.conf
source = nginx.pi-hole.conf
diff --git a/PKGBUILD b/PKGBUILD
index 1b05f8b16b81..1c64f9485dab 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' 'lsof')
+depends=('pi-hole-ftl>=5.0' 'bc' 'perl' 'net-tools' 'inetutils' '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'