summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2017-11-16 18:02:06 +0100
committermax.bra2017-11-16 18:02:06 +0100
commitb94b24952520b94747b10b2e8987c7913dbf7ba5 (patch)
tree5024ed71b88ef0970206169d01a975fd9236d22a
parent5e2220133ff1f99f6dd0d96fcf0cdbf35a7a0c15 (diff)
downloadaur-b94b24952520b94747b10b2e8987c7913dbf7ba5.tar.gz
openresolve dep removed
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 271142fc2e32..d2beb0a3989f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
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 = 3
+ pkgrel = 4
url = https://github.com/pi-hole/pi-hole
install = pi-hole-standalone.install
arch = any
license = EUPL-1.1
depends = dnsmasq
- depends = openresolv
depends = net-tools
conflicts = pi-hole-server
backup = etc/pihole/whitelist.txt
diff --git a/PKGBUILD b/PKGBUILD
index 32783e1508f9..4bf4005d7fd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=pi-hole-standalone
_pkgname=pi-hole
pkgver=3.1.4
-pkgrel=3
+pkgrel=4
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' 'openresolv' 'net-tools')
+depends=('dnsmasq' 'net-tools')
conflicts=('pi-hole-server')
install=$pkgname.install
backup=('etc/pihole/whitelist.txt' 'etc/pihole/blacklist.txt'