summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormax.bra2017-01-19 09:21:21 +0100
committermax.bra2017-01-19 09:21:21 +0100
commitc8da4a879993f3ea9ae908a1a20defe284798f26 (patch)
tree30299d5a18554561a6e21ef9f41e0d0bfb22ec38 /PKGBUILD
parent5ef7560bbfb661dce0e00d2a7278e489bbaef236 (diff)
downloadaur-c8da4a879993f3ea9ae908a1a20defe284798f26.tar.gz
missing dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8edd74c18f0..734c9ac1f9a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=pi-hole-standalone
_pkgname=pi-hole
pkgver=2.11.2
-pkgrel=1
+pkgrel=2
pkgdesc='The Pi-hole is an advertising-aware DNS/Web server. Arch alteration for standalone PC.'
arch=('any')
license=('GPL2')
url="https://github.com/pi-hole/pi-hole"
-depends=('dnsmasq' 'openresolv')
+depends=('dnsmasq' 'openresolv' 'net-tools')
conflicts=('pi-hole-server')
install=$pkgname.install
backup=('etc/pihole/whitelist.txt' 'etc/pihole/blacklist.txt')