summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2016-10-18 10:37:31 +0200
committermax.bra2016-10-18 10:37:31 +0200
commit3d993db3c558a80358556ecfc4b1bdf81b289d44 (patch)
treee443d25b0d7cc4a37f03b3293e35ec4a91422422
parent31e2792b78420966b782f57e3ce0bd294ce4b5f5 (diff)
downloadaur-3d993db3c558a80358556ecfc4b1bdf81b289d44.tar.gz
v. 2.9.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2bd24d79e2b..765d03c64374 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pi-hole-standalone
pkgdesc = The Pi-hole is an advertising-aware DNS/Web server. Arch alteration for standalone PC.
- pkgver = 2.9.3
+ pkgver = 2.9.4
pkgrel = 1
url = https://github.com/pi-hole/pi-hole
install = pi-hole-standalone.install
@@ -11,7 +11,7 @@ pkgbase = pi-hole-standalone
conflicts = pi-hole-server
backup = etc/pihole/whitelist.txt
backup = etc/pihole/blacklist.txt
- source = https://github.com/pi-hole/pi-hole/archive/v2.9.3.tar.gz
+ source = https://github.com/pi-hole/pi-hole/archive/v2.9.4.tar.gz
source = configuration
source = dnsmasq.complete
source = dnsmasq.include
@@ -20,7 +20,7 @@ pkgbase = pi-hole-standalone
source = whitelist.txt
source = blacklist.txt
source = mimic_setupVars.conf.sh
- md5sums = c0ae73a3b7fe2d5171917384bb1e4dd9
+ md5sums = 07d21b50616cab39726262f86a98cd8b
md5sums = 334a055a32b5479141baea8011a9f928
md5sums = fa485f038d577c354068410ed1159d94
md5sums = 1b2e808b699a6b58647641f12379f65d
diff --git a/PKGBUILD b/PKGBUILD
index da8b481072a1..f301632e6a8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pi-hole-standalone
_pkgname=pi-hole
-pkgver=2.9.3
+pkgver=2.9.4
pkgrel=1
pkgdesc='The Pi-hole is an advertising-aware DNS/Web server. Arch alteration for standalone PC.'
arch=('any')
@@ -23,7 +23,7 @@ source=(https://github.com/$_pkgname/$_pkgname/archive/v$pkgver.tar.gz
blacklist.txt
mimic_setupVars.conf.sh)
-md5sums=('c0ae73a3b7fe2d5171917384bb1e4dd9'
+md5sums=('07d21b50616cab39726262f86a98cd8b'
'334a055a32b5479141baea8011a9f928'
'fa485f038d577c354068410ed1159d94'
'1b2e808b699a6b58647641f12379f65d'
@@ -105,6 +105,8 @@ prepare() {
sed -n "/#ensure \/etc\/dnsmasq\.d\//w $_ssc" "$srcdir"/$_pkgname-$pkgver/gravity.sh
if [ -s $_ssc ] ; then rm $_ssc ; else echo " ==> Sed error: arch useless" && return 1 ; fi
sed -i '/#ensure \/etc\/dnsmasq\.d\//,+5d' "$srcdir"/$_pkgname-$pkgver/gravity.sh
+ # cosmetics
+ sed -i '325 a echo " done!"' "$srcdir"/$_pkgname-$pkgver/gravity.sh
}
package() {