summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMidori2022-11-21 15:07:15 +0900
committerMidori2022-11-21 15:07:15 +0900
commit4d4a7f312f1c2eb986967684d7affe1d37f41a1f (patch)
tree2a7a56e5780c2fc422a162e9c2b19b2dd5bae268 /PKGBUILD
parent5e4296d4df2d917bdf0153970c0526363c6c3fcf (diff)
downloadaur-4d4a7f312f1c2eb986967684d7affe1d37f41a1f.tar.gz
v4.5.3-4
- add optdepends redis
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b24a486e359d..ebfabe8262f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
_pkgname=mosdns
pkgname=${_pkgname}-bin
pkgver=4.5.3
-pkgrel=3
+pkgrel=4
pkgdesc="一个 DNS 转发器"
arch=('x86_64')
url="https://github.com/IrineSistiana/mosdns/"
license=('GPL3')
optdepends=('v2ray-domain-list-community: geosite.dat'
'v2ray-geoip: geoip.dat'
- 'v2ray-rules-dat-git: geosite.dat & geoip.dat')
+ 'v2ray-rules-dat-git: geosite.dat & geoip.dat'
+ 'redis: redis support in cache plugin')
backup=('etc/mosdns/config.yaml')
provides=('mosdns')