summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c1e93266311..b7c61b4103b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Feb 18 11:24:00 UTC 2016
+# Tue Feb 23 08:28:34 UTC 2016
pkgbase = pi-hole-server
pkgdesc = The Pi-hole is an advertising-aware DNS/Web server. Arch adaptation for lan wide DNS server.
- pkgver = 2.5.2
- pkgrel = 2
+ pkgver = 2.5.3
+ pkgrel = 1
url = https://github.com/jacobsalmela/pi-hole
install = pi-hole-server.install
arch = any
@@ -14,7 +14,7 @@ pkgbase = pi-hole-server
depends = bc
depends = figlet
conflicts = pi-hole-standalone
- source = https://github.com/pi-hole/pi-hole/archive/v2.5.2.tar.gz
+ source = https://github.com/pi-hole/pi-hole/archive/v2.5.3.tar.gz
source = https://github.com/pi-hole/AdminLTE/archive/v1.0.0.tar.gz
source = configuration
source = dnsmasq.include
@@ -27,7 +27,7 @@ pkgbase = pi-hole-server
source = pi-hole-logtruncate.timer
source = whitelist.txt
source = blacklist.txt
- md5sums = 47a6f79302cf9c8a596b9c61b4532b80
+ md5sums = 30dbf80661c93668f7215e2c708693dc
md5sums = a2ec5ea92cce506f0fc61cc0a8f2c527
md5sums = 791c86996377ceca23d1459ea0fd5cd6
md5sums = fd607f890103e97e480d814a5dfbee5b
diff --git a/PKGBUILD b/PKGBUILD
index 1752ebecc284..9f9b184c1398 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=pi-hole-server
_pkgname=pi-hole
-pkgver=2.5.2
-pkgrel=2
+pkgver=2.5.3
+pkgrel=1
_wwwpkgname=AdminLTE
_wwwpkgver=1.0.0
pkgdesc='The Pi-hole is an advertising-aware DNS/Web server. Arch adaptation for lan wide DNS server.'
@@ -28,7 +28,7 @@ source=(https://github.com/$_pkgname/$_pkgname/archive/v$pkgver.tar.gz
whitelist.txt
blacklist.txt)
-md5sums=('47a6f79302cf9c8a596b9c61b4532b80'
+md5sums=('30dbf80661c93668f7215e2c708693dc'
'a2ec5ea92cce506f0fc61cc0a8f2c527'
'791c86996377ceca23d1459ea0fd5cd6'
'fd607f890103e97e480d814a5dfbee5b'
@@ -70,11 +70,6 @@ prepare() {
# since we don't directly install from git...
sed -i '/<b>Pi-hole Version <\/b> /,+1d' "$srcdir"/$_wwwpkgname-$_wwwpkgver/index.php
sed -i '/<div class="pull-right hidden-xs">/a<b>Pi-hole Version </b> '"$pkgver"'\n<b> - Web Interface Version </b>'"$_wwwpkgver"'' "$srcdir"/$_wwwpkgname-$_wwwpkgver/index.php
-
- # (waiting official release) TEMPORARY host list manipulation follow commits f8897942f3e7e13335247af7a7ada666349a000f and
- # c4fc2e089d78daef76a10fb60eb10f568013b956 due to excessive filtration and empty query result
- sed -i '/http:\/\/securemecca.com\/Downloads\/hosts.txt/d' "$srcdir"/$_pkgname-$pkgver/adlists.default
- sed -i '/https:\/\/hosts.neocities.org\//d' "$srcdir"/$_pkgname-$pkgver/adlists.default
}
package() {