summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormax.bra2016-02-18 12:25:00 +0100
committermax.bra2016-02-18 12:25:00 +0100
commita625baa1dd61283ef5b454af94d6046a65fcacd5 (patch)
tree0436f405268fac32d34a9af4ca023a5887fec54a /PKGBUILD
parent57716643035d51968b57fd6a791c111d6c0d47e0 (diff)
downloadaur-a625baa1dd61283ef5b454af94d6046a65fcacd5.tar.gz
small tweaks to adlist.default. see PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c8492f831d0..29a9164efc4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=pi-hole-standalone
_pkgname=pi-hole
pkgver=2.5.2
-pkgrel=1
+pkgrel=2
pkgdesc='The Pi-hole is an advertising-aware DNS/Web server. Arch alteration for standalone PC.'
arch=('any')
license=('GPL2')
@@ -42,6 +42,11 @@ prepare() {
# adlists.default is already there
sed -i '/\$SUDO cp \/etc\/.pihole\/adlists.default \/etc\/pihole\/adlists.default/d' "$srcdir"/$_pkgname-$pkgver/gravity.sh
+
+ # (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() {