summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2020-02-24 22:40:56 +0100
committermax.bra2020-02-24 22:40:56 +0100
commit27bf30d33727dbbf7ae35fb518cd4e187cbf0065 (patch)
tree253fd201ae0b07fa27e762b60157c9393d91e773
parent2dea8b3c8a97f0fff7dbdda377eb39812a2ebef8 (diff)
downloadaur-27bf30d33727dbbf7ae35fb518cd4e187cbf0065.tar.gz
core v. 4.3.5
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD12
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b653d2e024d..2bdae0e1fca4 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 = 4.3.2
- pkgrel = 7
+ pkgver = 4.3.5
+ pkgrel = 1
url = https://github.com/pi-hole/pi-hole
install = pi-hole-server.install
arch = any
@@ -24,10 +24,10 @@ pkgbase = pi-hole-server
backup = etc/dnsmasq.d/01-pihole.conf
backup = etc/pihole/adlists.list
backup = etc/dnsmasq.conf
- source = pihole-4.3.2.tar.gz::https://github.com/pi-hole/pi-hole/archive/v4.3.2.tar.gz
+ source = pihole-4.3.5.tar.gz::https://github.com/pi-hole/pi-hole/archive/v4.3.5.tar.gz
source = admin-4.3.3.tar.gz::https://github.com/pi-hole/AdminLTE/archive/v4.3.3.tar.gz
- source = arch-server-core-4.3.2-619060553.patch::https://raw.githubusercontent.com/max72bra/pi-hole-server-archlinux-customization/master/arch-server-core-4.3.2.patch
- source = arch-server-admin-4.3.3-619060553.patch::https://raw.githubusercontent.com/max72bra/pi-hole-server-archlinux-customization/master/arch-server-admin-4.3.3.patch
+ source = arch-server-core-4.3.5-866264983.patch::https://raw.githubusercontent.com/max72bra/pi-hole-server-archlinux-customization/master/arch-server-core-4.3.5.patch
+ source = arch-server-admin-4.3.3-866264983.patch::https://raw.githubusercontent.com/max72bra/pi-hole-server-archlinux-customization/master/arch-server-admin-4.3.3.patch
source = dnsmasq.include
source = lighttpd.pi-hole.conf
source = nginx.pi-hole.conf
@@ -38,10 +38,10 @@ pkgbase = pi-hole-server
source = pi-hole-logtruncate.timer
source = mimic_setupVars.conf.sh
source = piholeDebug.sh
- md5sums = 33ea26a46937a0b5d20037639eb0ee34
+ md5sums = 177b0155ccf81d676dcd2e12c469dee9
md5sums = 3f9da0e1f9134393758b7a1425ca66f6
- md5sums = 313c22e4fecfbbab03b39fde07cdce95
- md5sums = 7742a2b661e98d0e7f97471211fc86f6
+ md5sums = bc36a8081d93c1209623a86bc8cf17c1
+ md5sums = 7e9adad25e01adc525a9f50842bc9124
md5sums = 4d9038588164bb9130c8ca11653f83f3
md5sums = 971cc2859672341d77f8deba702fb7f7
md5sums = b63fcf29c29796023a2677bcf2b369a7
diff --git a/PKGBUILD b/PKGBUILD
index 94ef90542080..92a5e1a0b62d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=pi-hole-server
_pkgname=pi-hole
-pkgver=4.3.2
-pkgrel=7
+pkgver=4.3.5
+pkgrel=1
_wwwpkgname=AdminLTE
_wwwpkgver=4.3.3
_now=`date +%N`
@@ -40,10 +40,10 @@ source=(pihole-$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/archive/v$
piholeDebug.sh
)
-md5sums=('33ea26a46937a0b5d20037639eb0ee34'
+md5sums=('177b0155ccf81d676dcd2e12c469dee9'
'3f9da0e1f9134393758b7a1425ca66f6'
- '313c22e4fecfbbab03b39fde07cdce95'
- '7742a2b661e98d0e7f97471211fc86f6'
+ 'bc36a8081d93c1209623a86bc8cf17c1'
+ '7e9adad25e01adc525a9f50842bc9124'
'4d9038588164bb9130c8ca11653f83f3'
'971cc2859672341d77f8deba702fb7f7'
'b63fcf29c29796023a2677bcf2b369a7'
@@ -103,7 +103,7 @@ package() {
install -Dm644 $_pkgname-$pkgver/advanced/Templates/logrotate "$pkgdir"/etc/pihole/logrotate
install -Dm644 /dev/null "$pkgdir"/etc/pihole/whitelist.txt
install -Dm644 /dev/null "$pkgdir"/etc/pihole/blacklist.txt
- install -Dm644 /dev/null "$pkgdir"/etc/pihole/regex.list
+ install -Dm664 /dev/null "$pkgdir"/etc/pihole/regex.list
install -Dm644 lighttpd.pi-hole.conf "$pkgdir"/usr/share/pihole/configs/lighttpd.example.conf
install -Dm644 nginx.pi-hole.conf "$pkgdir"/usr/share/pihole/configs/nginx.example.conf