summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2017-12-03 21:18:31 +0100
committermax.bra2017-12-03 21:18:31 +0100
commitf531432394b4f7448e4832262246612f527560c7 (patch)
tree5f34e4b5d0dbd27b537abd820f6d01f9e40426a7
parentb94b24952520b94747b10b2e8987c7913dbf7ba5 (diff)
downloadaur-f531432394b4f7448e4832262246612f527560c7.tar.gz
dep added
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2beb0a3989f..b45de02da87d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = pi-hole-standalone
pkgdesc = The Pi-hole is an advertising-aware DNS/Web server. Arch alteration for standalone PC.
pkgver = 3.1.4
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/pi-hole/pi-hole
install = pi-hole-standalone.install
arch = any
license = EUPL-1.1
depends = dnsmasq
depends = net-tools
+ depends = iproute2
conflicts = pi-hole-server
backup = etc/pihole/whitelist.txt
backup = etc/pihole/blacklist.txt
diff --git a/PKGBUILD b/PKGBUILD
index 4bf4005d7fd6..9785de3f56c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=pi-hole-standalone
_pkgname=pi-hole
pkgver=3.1.4
-pkgrel=4
+pkgrel=5
pkgdesc='The Pi-hole is an advertising-aware DNS/Web server. Arch alteration for standalone PC.'
arch=('any')
license=('EUPL-1.1')
url="https://github.com/pi-hole/pi-hole"
-depends=('dnsmasq' 'net-tools')
+depends=('dnsmasq' 'net-tools' 'iproute2')
conflicts=('pi-hole-server')
install=$pkgname.install
backup=('etc/pihole/whitelist.txt' 'etc/pihole/blacklist.txt'