summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2018-08-27 00:29:28 +0200
committermax.bra2018-08-27 00:29:28 +0200
commit72e702d9fb6c3d0eead0779e1c80cdd34bfd4e00 (patch)
treea1951979f27085518595feca80d9c51f59db87e2
parent2f40c7acc6bd2411a17674cb5a7f6850c7c42813 (diff)
downloadaur-72e702d9fb6c3d0eead0779e1c80cdd34bfd4e00.tar.gz
on nobody migration again
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
-rw-r--r--pi-hole.tmpfile4
3 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fa626d9211b..aee7d7227c83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
pkgbase = pi-hole-server
pkgdesc = The Pi-hole is an advertising-aware DNS/Web server. Arch adaptation for lan wide DNS server.
pkgver = 4.0
- pkgrel = 6
+ pkgrel = 7
url = https://github.com/pi-hole/pi-hole
install = pi-hole-server.install
arch = any
license = EUPL-1.1
- depends = dnsmasq
+ depends = pi-hole-ftl
depends = bc
depends = perl
depends = net-tools
depends = iproute2
depends = logrotate
- depends = pi-hole-ftl
optdepends = lighttpd: a secure, fast, compliant and very flexible web-server
optdepends = php-cgi: CGI and FCGI SAPI for PHP needed only for lighttpd
optdepends = nginx-mainline: lightweight http server
@@ -41,7 +40,7 @@ pkgbase = pi-hole-server
md5sums = ad008fac3c7351aa0d5205079b3dfb18
md5sums = a3518f54241ef2e67c17c7b144cb6a93
md5sums = b63fcf29c29796023a2677bcf2b369a7
- md5sums = 990b8abd0bfbba23a7ce82c59f2e3d64
+ md5sums = 9bc23c314397a0f59978cfe246140cda
md5sums = 047f13d4ac97877f724f87b002aaee63
md5sums = d42a864f88299998f8233c0bc0dd093d
md5sums = 20c5b0c6b4e23e55b25ab6c28dda709d
diff --git a/PKGBUILD b/PKGBUILD
index 31f8da6f27c5..17dd1eb216aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=pi-hole-server
_pkgname=pi-hole
pkgver=4.0
-pkgrel=6
+pkgrel=7
_wwwpkgname=AdminLTE
_wwwpkgver=4.0
pkgdesc='The Pi-hole is an advertising-aware DNS/Web server. Arch adaptation for lan wide DNS server.'
arch=('any')
license=('EUPL-1.1')
url="https://github.com/pi-hole/pi-hole"
-depends=('dnsmasq' 'bc' 'perl' 'net-tools' 'iproute2' 'logrotate' 'pi-hole-ftl')
+depends=('pi-hole-ftl' 'bc' 'perl' 'net-tools' 'iproute2' 'logrotate')
optdepends=(
'lighttpd: a secure, fast, compliant and very flexible web-server'
'php-cgi: CGI and FCGI SAPI for PHP needed only for lighttpd'
@@ -43,7 +43,7 @@ md5sums=('d4e3f74a7a49c243c8b49b27923ecff3'
'ad008fac3c7351aa0d5205079b3dfb18'
'a3518f54241ef2e67c17c7b144cb6a93'
'b63fcf29c29796023a2677bcf2b369a7'
- '990b8abd0bfbba23a7ce82c59f2e3d64'
+ '9bc23c314397a0f59978cfe246140cda'
'047f13d4ac97877f724f87b002aaee63'
'd42a864f88299998f8233c0bc0dd093d'
'20c5b0c6b4e23e55b25ab6c28dda709d'
diff --git a/pi-hole.tmpfile b/pi-hole.tmpfile
index b4aca5e07d27..6f25c4b72270 100644
--- a/pi-hole.tmpfile
+++ b/pi-hole.tmpfile
@@ -1,3 +1,3 @@
d /run/pihole 0755 http root - -
-d /run/log/pihole 0755 dnsmasq root - -
-f /run/log/pihole/pihole.log 0644 dnsmasq root - -
+d /run/log/pihole 0755 nobody root - -
+f /run/log/pihole/pihole.log 0644 nobody root - -