summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2020-08-12 12:07:39 +0200
committermax.bra2020-08-12 12:07:39 +0200
commit1b40a73c19bb982053cad8f39b63668cf53c777e (patch)
treeb25869afc6c61c764cf553805bd39359842dd2ac
parent982012b6f3bdccb604abf119ea33ccd90d3635a7 (diff)
downloadaur-1b40a73c19bb982053cad8f39b63668cf53c777e.tar.gz
ver. 5.1.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a1aa9d192bb..e4a9bd5ecfed 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 = 5.1.1
+ pkgver = 5.1.2
pkgrel = 1
url = https://github.com/pi-hole/pi-hole
install = pi-hole-standalone.install
@@ -12,15 +12,15 @@ pkgbase = pi-hole-standalone
depends = bind-tools
conflicts = pi-hole-server
backup = etc/dnsmasq.d/01-pihole.conf
- source = pi-hole-standalone-core-5.1.1.tar.gz::https://github.com/pi-hole/pi-hole/archive/v5.1.1.tar.gz
- source = arch-server-core-5.1.1-190439812.patch::https://raw.githubusercontent.com/max72bra/pi-hole-standalone-archlinux-customization/master/arch-server-core-5.1.1.patch
+ source = pi-hole-standalone-core-5.1.2.tar.gz::https://github.com/pi-hole/pi-hole/archive/v5.1.2.tar.gz
+ source = arch-server-core-5.1.2-505796846.patch::https://raw.githubusercontent.com/max72bra/pi-hole-standalone-archlinux-customization/master/arch-server-core-5.1.2.patch
source = dnsmasq.include
source = pi-hole-gravity.service
source = pi-hole-gravity.timer
source = mimic_setupVars.conf.sh
source = piholeDebug.sh
- md5sums = c42919120ba9e3d742936d23af501c78
- md5sums = af00f4e11224e778742e21e292eefad8
+ md5sums = 53c2e69e58b5494dfc251aca1148fee2
+ md5sums = 9bd88fe14800983bd67d9a3083885eed
md5sums = 16cb5e4da1341fd971d6094ce2d44029
md5sums = 047f13d4ac97877f724f87b002aaee63
md5sums = d42a864f88299998f8233c0bc0dd093d
diff --git a/PKGBUILD b/PKGBUILD
index 522720057747..5f76db8d948d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pi-hole-standalone
_pkgname=pi-hole
-pkgver=5.1.1
+pkgver=5.1.2
pkgrel=1
_now=`date +%N`
pkgdesc='The Pi-hole is an advertising-aware DNS/Web server. Arch alteration for standalone PC.'
@@ -22,8 +22,8 @@ source=($pkgname-core-$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/arc
mimic_setupVars.conf.sh
piholeDebug.sh)
-md5sums=('c42919120ba9e3d742936d23af501c78'
- 'af00f4e11224e778742e21e292eefad8'
+md5sums=('53c2e69e58b5494dfc251aca1148fee2'
+ '9bd88fe14800983bd67d9a3083885eed'
'16cb5e4da1341fd971d6094ce2d44029'
'047f13d4ac97877f724f87b002aaee63'
'd42a864f88299998f8233c0bc0dd093d'
@@ -66,7 +66,7 @@ package() {
install -Dm644 "$_pkgname-gravity.service" $pkgdir/usr/lib/systemd/system/$_pkgname-gravity.service
ln -s ../$_pkgname-gravity.timer "$pkgdir/usr/lib/systemd/system/multi-user.target.wants/$_pkgname-gravity.timer"
- install -dm755 "$pkgdir"/etc/pihole
+ install -dm775 "$pkgdir"/etc/pihole
install -dm755 "$pkgdir"/usr/share/pihole/configs
install -Dm644 $_pkgname-$pkgver/adlists.list "$pkgdir"/etc/pihole/adlists.list