summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorC. N. Hsing2019-04-20 14:36:59 +0800
committerC. N. Hsing2019-04-20 14:36:59 +0800
commit2c4ac6421445326693bb7c14fbec10ffbeef858c (patch)
tree2fe8162ac3d6afa890ca051787874f130c300c34
parent959b6b5f54aa29115f3f0a9465d4da537ce6fd2f (diff)
downloadaur-2c4ac6421445326693bb7c14fbec10ffbeef858c.tar.gz
rm systemd-resolved as it has already been a part of base group
resolved is provided by systemd package, which is a member of base group. rm.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7db99956e116..b9fe483eea31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = beautifuldnsd
pkgdesc = Quick and clean DNS proxy, especially useful for users with poor ISPs
pkgver = 0.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/programmervy/beautifuldnsd
install = beautifuldnsd.install
arch = any
@@ -10,7 +10,6 @@ pkgbase = beautifuldnsd
depends = python-dnslib
depends = python-yaml
optdepends = dnsmasq: DNS cache
- optdepends = systemd-resovled: DNS cache
optdepends = python-pygeoip: China only DNS configuration
optdepends = geoip-database: provides a database for geoip lookups
backup = etc/beautifuldnsd.yaml
diff --git a/PKGBUILD b/PKGBUILD
index e60a6cc948c1..d533f7a2a75e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=beautifuldnsd
pkgver=0.7
-pkgrel=1
+pkgrel=2
pkgdesc="Quick and clean DNS proxy, especially useful for users with poor ISPs"
arch=('any')
url="https://github.com/programmervy/beautifuldnsd"
@@ -8,7 +8,6 @@ license=("custom:PublicDomain")
depends=('python>=3.7' 'python-dnslib' 'python-yaml')
optdepends=(
'dnsmasq: DNS cache'
- 'systemd-resovled: DNS cache'
'python-pygeoip: China only DNS configuration'
'geoip-database: provides a database for geoip lookups'
)