summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2016-07-18 19:20:49 +0200
committermax.bra2016-07-18 19:20:49 +0200
commitfa03f7f65730f3db1902dac0c017a9e112389122 (patch)
tree0ab276f715639353612f2ca5729b1c5295f09e3c
parentddcac770474620d28602fbd41f79601f972c050c (diff)
downloadaur-fa03f7f65730f3db1902dac0c017a9e112389122.tar.gz
ooops
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09541d7bc0bd..a7bb83991780 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pi-hole-standalone
pkgdesc = The Pi-hole is an advertising-aware DNS/Web server. Arch alteration for standalone PC.
pkgver = 2.8.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jacobsalmela/pi-hole
install = pi-hole-standalone.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index cb1709005684..43184267588c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=pi-hole-standalone
_pkgname=pi-hole
pkgver=2.8.1
-pkgrel=1
+pkgrel=2
pkgdesc='The Pi-hole is an advertising-aware DNS/Web server. Arch alteration for standalone PC.'
arch=('any')
license=('GPL2')
@@ -155,7 +155,6 @@ package() {
install -dm777 "$pkgdir"/etc/pihole
install -dm755 "$pkgdir"/etc/pihole/configs
install -Dm644 ./$_pkgname-$pkgver/adlists.default "$pkgdir"/etc/pihole/adlists.default || return 1
- install -Dm644 useIPv6 "$pkgdir"/etc/pihole/.useIPv6
install -Dm644 whitelist.txt "$pkgdir"/etc/pihole/whitelist.txt || return 1
install -Dm644 blacklist.txt "$pkgdir"/etc/pihole/blacklist.txt || return 1
install -Dm644 dnsmasq.complete "$pkgdir"/etc/pihole/configs/dnsmasq.complete || return 1