summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2021-10-02 09:03:57 +0200
committermax.bra2021-10-02 09:03:57 +0200
commit7ff40d71d7cfd2d646a7a29eb26a6ff4244af858 (patch)
treead243298c2c31a22337b825c0f6cb267d3fc1e63
parente4b8f8e0652c72faa8487caa62058284d15fce19 (diff)
downloadaur-7ff40d71d7cfd2d646a7a29eb26a6ff4244af858.tar.gz
dep added
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 001d7b364d0a..e37e65b6c132 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = pi-hole-standalone
license = EUPL-1.1
depends = pi-hole-ftl
depends = net-tools
+ depends = inetutils
depends = iproute2
depends = bind-tools
depends = sudo
@@ -15,7 +16,7 @@ pkgbase = pi-hole-standalone
conflicts = pi-hole-server
backup = etc/dnsmasq.d/01-pihole.conf
source = pi-hole-standalone-core-5.5.tar.gz::https://github.com/pi-hole/pi-hole/archive/v5.5.tar.gz
- source = arch-server-core-5.5-307811766.patch::https://raw.githubusercontent.com/max72bra/pi-hole-standalone-archlinux-customization/master/arch-server-core-5.5.patch
+ source = arch-server-core-5.5-239470048.patch::https://raw.githubusercontent.com/max72bra/pi-hole-standalone-archlinux-customization/master/arch-server-core-5.5.patch
source = dnsmasq.include
source = pi-hole.tmpfile
source = pi-hole-gravity.service
diff --git a/PKGBUILD b/PKGBUILD
index c61484d13cba..102340ccab95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc='The Pi-hole is an advertising-aware DNS/Web server. Arch alteration for
arch=('any')
license=('EUPL-1.1')
url="https://github.com/pi-hole/pi-hole"
-depends=('pi-hole-ftl' 'net-tools' 'iproute2' 'bind-tools' 'sudo' 'lsof')
+depends=('pi-hole-ftl' 'net-tools' 'inetutils' 'iproute2' 'bind-tools' 'sudo' 'lsof')
conflicts=('pi-hole-server')
install=$pkgname.install
backup=('etc/dnsmasq.d/01-pihole.conf')