summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax2018-12-14 16:28:45 +0100
committerMax2018-12-14 16:28:45 +0100
commit9813fc9e96119986910dca72ff23c76709c187f9 (patch)
tree2cd8ef370291c2ece0bd9e8c9b3f0b1889f0f82a
parent4538ad82d7a39281bcdc0cf95297e94a6ba234fb (diff)
downloadaur-9813fc9e96119986910dca72ff23c76709c187f9.tar.gz
dnsmasq out, ftl in
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff58ff012b37..2e94a2e0e389 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = pi-hole-standalone
pkgdesc = The Pi-hole is an advertising-aware DNS/Web server. Arch alteration for standalone PC.
pkgver = 4.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pi-hole/pi-hole
install = pi-hole-standalone.install
arch = any
license = EUPL-1.1
- depends = dnsmasq
+ depends = pi-hole-ftl
depends = net-tools
depends = iproute2
conflicts = pi-hole-server
diff --git a/PKGBUILD b/PKGBUILD
index d29b92d15647..f53d1adea5bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=pi-hole-standalone
_pkgname=pi-hole
pkgver=4.1
-pkgrel=1
+pkgrel=2
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' 'iproute2')
+depends=('pi-hole-ftl' 'net-tools' 'iproute2')
conflicts=('pi-hole-server')
install=$pkgname.install
backup=('etc/pihole/whitelist.txt' 'etc/pihole/blacklist.txt'