summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2017-01-19 09:21:21 +0100
committermax.bra2017-01-19 09:21:21 +0100
commitc8da4a879993f3ea9ae908a1a20defe284798f26 (patch)
tree30299d5a18554561a6e21ef9f41e0d0bfb22ec38
parent5ef7560bbfb661dce0e00d2a7278e489bbaef236 (diff)
downloadaur-c8da4a879993f3ea9ae908a1a20defe284798f26.tar.gz
missing dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac1682b5195f..a4e6482e4891 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = pi-hole-standalone
pkgdesc = The Pi-hole is an advertising-aware DNS/Web server. Arch alteration for standalone PC.
pkgver = 2.11.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pi-hole/pi-hole
install = pi-hole-standalone.install
arch = any
license = GPL2
depends = dnsmasq
depends = openresolv
+ depends = net-tools
conflicts = pi-hole-server
backup = etc/pihole/whitelist.txt
backup = etc/pihole/blacklist.txt
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')