summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2020-08-26 16:29:00 +0200
committermax.bra2020-08-26 16:29:00 +0200
commite831adba1f3d22d6489f0c380b8808d48a671682 (patch)
tree278d700560ca55d1442cf7f633caf772297fbc25
parent1b40a73c19bb982053cad8f39b63668cf53c777e (diff)
downloadaur-e831adba1f3d22d6489f0c380b8808d48a671682.tar.gz
sudo as new dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4a9bd5ecfed..45bddfc5a3df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,10 +10,11 @@ pkgbase = pi-hole-standalone
depends = net-tools
depends = iproute2
depends = bind-tools
+ depends = sudo
conflicts = pi-hole-server
backup = etc/dnsmasq.d/01-pihole.conf
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 = arch-server-core-5.1.2-045258886.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
diff --git a/PKGBUILD b/PKGBUILD
index 5f76db8d948d..0b2490f555a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc='The Pi-hole is an advertising-aware DNS/Web server. Arch alteration for
arch=('any')
license=('EUPL-1.1')
url="https://github.com/pi-hole/pi-hole"
-depends=('pi-hole-ftl' 'net-tools' 'iproute2' 'bind-tools')
+depends=('pi-hole-ftl' 'net-tools' 'iproute2' 'bind-tools' 'sudo')
conflicts=('pi-hole-server')
install=$pkgname.install
backup=('etc/dnsmasq.d/01-pihole.conf')