summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2017-01-10 08:17:01 +0100
committermax.bra2017-01-10 08:17:01 +0100
commitd791eb29fa0f335e6fe37fc585fe0e7df4fc61e7 (patch)
tree15d4596ae241b1fec47a3c5f830c80ae1759639d
parent18630742ea9202183d9a6954d2cb760840d91bb2 (diff)
downloadaur-d791eb29fa0f335e6fe37fc585fe0e7df4fc61e7.tar.gz
v. 2.11.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 7 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0b562c18151..c29e03db9c43 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.1
- pkgrel = 3
+ pkgver = 2.11.2
+ pkgrel = 1
url = https://github.com/pi-hole/pi-hole
install = pi-hole-server.install
arch = any
@@ -14,7 +14,7 @@ pkgbase = pi-hole-server
conflicts = pi-hole-standalone
backup = etc/pihole/whitelist.txt
backup = etc/pihole/blacklist.txt
- source = https://github.com/pi-hole/pi-hole/archive/v2.11.1.tar.gz
+ source = https://github.com/pi-hole/pi-hole/archive/v2.11.2.tar.gz
source = https://github.com/pi-hole/AdminLTE/archive/v2.3.1.tar.gz
source = configuration
source = dnsmasq.main
@@ -29,7 +29,7 @@ pkgbase = pi-hole-server
source = whitelist.txt
source = blacklist.txt
source = mimic_setupVars.conf.sh
- md5sums = 8e5b5a5c024cf1681c09957b93b063be
+ md5sums = 32a79fcd5d2d49228e99a493418469a1
md5sums = 55b9d787c62ba89a8f5ae94793f632eb
md5sums = 3acf27ca01d931db363634dbfc95a061
md5sums = 3f1aeea43af0b192edb36b9e5484ff87
diff --git a/PKGBUILD b/PKGBUILD
index 5f00a737ff02..91f9e0be3a32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=pi-hole-server
_pkgname=pi-hole
-pkgver=2.11.1
-pkgrel=3
+pkgver=2.11.2
+pkgrel=1
_wwwpkgname=AdminLTE
_wwwpkgver=2.3.1
pkgdesc='The Pi-hole is an advertising-aware DNS/Web server. Arch adaptation for lan wide DNS server.'
@@ -31,7 +31,7 @@ source=(https://github.com/$_pkgname/$_pkgname/archive/v$pkgver.tar.gz
blacklist.txt
mimic_setupVars.conf.sh)
-md5sums=('8e5b5a5c024cf1681c09957b93b063be'
+md5sums=('32a79fcd5d2d49228e99a493418469a1'
'55b9d787c62ba89a8f5ae94793f632eb'
'3acf27ca01d931db363634dbfc95a061'
'3f1aeea43af0b192edb36b9e5484ff87'
@@ -173,12 +173,6 @@ prepare() {
# -----------------
- # webpage.sh: line 139: ProcessDnsmasqSettings: command not found
- sed -i "s|ProcessDnsmasqSettings|ProcessDNSSettings|w $_ssc" "$srcdir"/$_pkgname-$pkgver/advanced/Scripts/webpage.sh
- if [ -s $_ssc ] ; then rm $_ssc ; else echo " ==> Sed error: webpage.sh: line 139: ProcessDnsmasqSettings: command not found" && return 1 ; fi
-
-# -----------------
-
# pi-hole sudoers file is now populated by install script
echo "http ALL=NOPASSWD: /usr/bin/pihole" >> ./$_pkgname-$pkgver/advanced/pihole.sudo
}