summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2022-03-06 12:36:37 +0100
committermax.bra2022-03-06 12:36:37 +0100
commit79afd1483c2f2b4c5efc8fe21e6def17ff83fc33 (patch)
tree79c981c12a83a24f01f92e313458f4b88b7e9778
parent77c9dc597da26b2fef2c7aa4a0d3d6902091b320 (diff)
downloadaur-79afd1483c2f2b4c5efc8fe21e6def17ff83fc33.tar.gz
depends restored
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD1
2 files changed, 13 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ced5c1285eb2..decb42d3df8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,16 @@ pkgbase = pi-hole-server
install = pi-hole-server.install
arch = any
license = EUPL-1.2
+ depends = pi-hole-ftl>=5.0
+ depends = bc
+ depends = perl
+ depends = gnu-netcat
+ depends = inetutils
+ depends = iproute2
+ depends = logrotate
+ depends = bind-tools
+ depends = sudo
+ depends = lsof
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
@@ -18,8 +28,8 @@ pkgbase = pi-hole-server
backup = etc/sudoers.d/pihole
source = pi-hole-server-core-5.9.tar.gz::https://github.com/pi-hole/pi-hole/archive/v5.9.tar.gz
source = pi-hole-server-admin-5.11.tar.gz::https://github.com/pi-hole/AdminLTE/archive/v5.11.tar.gz
- source = arch-server-core-5.9-707603804.patch::https://raw.githubusercontent.com/max72bra/pi-hole-server-archlinux-customization/master/arch-server-core-5.9.patch
- source = arch-server-admin-5.11-707603804.patch::https://raw.githubusercontent.com/max72bra/pi-hole-server-archlinux-customization/master/arch-server-admin-5.11.patch
+ source = arch-server-core-5.9-268529157.patch::https://raw.githubusercontent.com/max72bra/pi-hole-server-archlinux-customization/master/arch-server-core-5.9.patch
+ source = arch-server-admin-5.11-268529157.patch::https://raw.githubusercontent.com/max72bra/pi-hole-server-archlinux-customization/master/arch-server-admin-5.11.patch
source = dnsmasq.include
source = lighttpd.pi-hole.conf
source = nginx.pi-hole.conf
diff --git a/PKGBUILD b/PKGBUILD
index c0bd092416a3..d330ff0a4e78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,7 @@ pkgdesc='The Pi-hole is an advertising-aware DNS/Web server. Arch adaptation for
arch=('any')
license=('EUPL-1.2')
url="https://github.com/pi-hole/pi-hole"
+depends=('pi-hole-ftl>=5.0' 'bc' 'perl' 'gnu-netcat' 'inetutils' 'iproute2' 'logrotate' 'bind-tools' 'sudo' 'lsof')
optdepends=(
'lighttpd: a secure, fast, compliant and very flexible web-server'
'php-cgi: CGI and FCGI SAPI for PHP needed only for lighttpd'