summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b65c745daea7..10766e68db73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = pi-hole-server
depends = iproute2
depends = logrotate
depends = bind-tools
+ depends = sudo
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
@@ -24,8 +25,8 @@ pkgbase = pi-hole-server
backup = etc/dnsmasq.conf
source = pi-hole-server-core-5.1.2.tar.gz::https://github.com/pi-hole/pi-hole/archive/v5.1.2.tar.gz
source = pi-hole-server-admin-5.1.1.tar.gz::https://github.com/pi-hole/AdminLTE/archive/v5.1.1.tar.gz
- source = arch-server-core-5.1.2-878947283.patch::https://raw.githubusercontent.com/max72bra/pi-hole-server-archlinux-customization/master/arch-server-core-5.1.2.patch
- source = arch-server-admin-5.1.1-878947283.patch::https://raw.githubusercontent.com/max72bra/pi-hole-server-archlinux-customization/master/arch-server-admin-5.1.1.patch
+ source = arch-server-core-5.1.2-080184655.patch::https://raw.githubusercontent.com/max72bra/pi-hole-server-archlinux-customization/master/arch-server-core-5.1.2.patch
+ source = arch-server-admin-5.1.1-080184655.patch::https://raw.githubusercontent.com/max72bra/pi-hole-server-archlinux-customization/master/arch-server-admin-5.1.1.patch
source = dnsmasq.include
source = lighttpd.pi-hole.conf
source = nginx.pi-hole.conf
diff --git a/PKGBUILD b/PKGBUILD
index a96ab64b0b97..d80fa7e58721 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgdesc='The Pi-hole is an advertising-aware DNS/Web server. Arch adaptation for
arch=('any')
license=('EUPL-1.1')
url="https://github.com/pi-hole/pi-hole"
-depends=('pi-hole-ftl>=5.0' 'bc' 'perl' 'net-tools' 'iproute2' 'logrotate' 'bind-tools')
+depends=('pi-hole-ftl>=5.0' 'bc' 'perl' 'net-tools' 'iproute2' 'logrotate' 'bind-tools' 'sudo')
optdepends=(
'lighttpd: a secure, fast, compliant and very flexible web-server'
'php-cgi: CGI and FCGI SAPI for PHP needed only for lighttpd'