summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b194a3dd4ded..157cf5e3c48b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = mosdns-bin
pkgdesc = 一个 DNS 转发器
pkgver = 4.5.3
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/IrineSistiana/mosdns/
arch = x86_64
license = GPL3
optdepends = v2ray-domain-list-community: geosite.dat
optdepends = v2ray-geoip: geoip.dat
optdepends = v2ray-rules-dat-git: geosite.dat & geoip.dat
+ optdepends = redis: redis support in cache plugin
provides = mosdns
backup = etc/mosdns/config.yaml
source = mosdns-bin-4.5.3.zip::https://github.com/IrineSistiana/mosdns/releases/download/v4.5.3/mosdns-linux-amd64.zip
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')