summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2017-01-19 09:21:08 +0100
committermax.bra2017-01-19 09:21:08 +0100
commit80cad0313a106d98a99bbbfa0389d7cc9568e0af (patch)
tree4b4070d1fcc8e91c9ef09535018f069779b31845
parentd791eb29fa0f335e6fe37fc585fe0e7df4fc61e7 (diff)
downloadaur-80cad0313a106d98a99bbbfa0389d7cc9568e0af.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 c29e03db9c43..92f004e9d66d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pi-hole-server
pkgdesc = The Pi-hole is an advertising-aware DNS/Web server. Arch adaptation for lan wide DNS server.
pkgver = 2.11.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pi-hole/pi-hole
install = pi-hole-server.install
arch = any
@@ -11,6 +11,7 @@ pkgbase = pi-hole-server
depends = php-cgi
depends = bc
depends = perl
+ depends = net-tools
conflicts = pi-hole-standalone
backup = etc/pihole/whitelist.txt
backup = etc/pihole/blacklist.txt
diff --git a/PKGBUILD b/PKGBUILD
index 91f9e0be3a32..fc7ddaa1788e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=pi-hole-server
_pkgname=pi-hole
pkgver=2.11.2
-pkgrel=1
+pkgrel=2
_wwwpkgname=AdminLTE
_wwwpkgver=2.3.1
pkgdesc='The Pi-hole is an advertising-aware DNS/Web server. Arch adaptation for lan wide DNS server.'
arch=('any')
license=('GPL2')
url="https://github.com/pi-hole/pi-hole"
-depends=('dnsmasq' 'lighttpd' 'php-cgi' 'bc' 'perl')
+depends=('dnsmasq' 'lighttpd' 'php-cgi' 'bc' 'perl' 'net-tools')
conflicts=('pi-hole-standalone')
install=$pkgname.install
backup=('etc/pihole/whitelist.txt' 'etc/pihole/blacklist.txt')