summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
-rw-r--r--[-rwxr-xr-x]mimic_setupVars.conf.sh0
3 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a625c893c11..30d81a30d2da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Sun Dec 9 22:24:33 UTC 2018
pkgbase = pi-hole-server
pkgdesc = The Pi-hole is an advertising-aware DNS/Web server. Arch adaptation for lan wide DNS server.
- pkgver = 4.0
- pkgrel = 9
+ pkgver = 4.1
+ pkgrel = 1
url = https://github.com/pi-hole/pi-hole
install = pi-hole-server.install
arch = any
@@ -12,6 +14,7 @@ pkgbase = pi-hole-server
depends = net-tools
depends = iproute2
depends = logrotate
+ depends = bind-tools
optdepends = lighttpd: a secure, fast, compliant and very flexible web-server
optdepends = php-cgi: CGI and FCGI SAPI for PHP needed only for lighttpd
optdepends = nginx-mainline: lightweight http server
@@ -23,8 +26,8 @@ pkgbase = pi-hole-server
backup = etc/dnsmasq.d/01-pihole.conf
backup = etc/pihole/adlists.list
backup = etc/dnsmasq.conf
- source = pihole-4.0.tar.gz::https://github.com/pi-hole/pi-hole/archive/v4.0.tar.gz
- source = admin-4.0.tar.gz::https://github.com/pi-hole/AdminLTE/archive/v4.0.tar.gz
+ source = pihole-4.1.tar.gz::https://github.com/pi-hole/pi-hole/archive/v4.1.tar.gz
+ source = admin-4.1.tar.gz::https://github.com/pi-hole/AdminLTE/archive/v4.1.tar.gz
source = dnsmasq.include
source = lighttpd.pi-hole.conf
source = nginx.pi-hole.conf
diff --git a/PKGBUILD b/PKGBUILD
index a1472672ff8d..d7365df66a74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=pi-hole-server
_pkgname=pi-hole
-pkgver=4.0
-pkgrel=9
+pkgver=4.1
+pkgrel=1
_wwwpkgname=AdminLTE
-_wwwpkgver=4.0
+_wwwpkgver=4.1
pkgdesc='The Pi-hole is an advertising-aware DNS/Web server. Arch adaptation for lan wide DNS server.'
arch=('any')
license=('EUPL-1.1')
url="https://github.com/pi-hole/pi-hole"
-depends=('pi-hole-ftl' 'bc' 'perl' 'net-tools' 'iproute2' 'logrotate')
+depends=('pi-hole-ftl' 'bc' 'perl' 'net-tools' 'iproute2' 'logrotate' 'bind-tools')
optdepends=(
'lighttpd: a secure, fast, compliant and very flexible web-server'
'php-cgi: CGI and FCGI SAPI for PHP needed only for lighttpd'
diff --git a/mimic_setupVars.conf.sh b/mimic_setupVars.conf.sh
index 2c5ca75eb619..2c5ca75eb619 100755..100644
--- a/mimic_setupVars.conf.sh
+++ b/mimic_setupVars.conf.sh