summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMidori2022-11-21 15:07:15 +0900
committerMidori2022-11-21 15:07:15 +0900
commit4d4a7f312f1c2eb986967684d7affe1d37f41a1f (patch)
tree2a7a56e5780c2fc422a162e9c2b19b2dd5bae268
parent5e4296d4df2d917bdf0153970c0526363c6c3fcf (diff)
downloadaur-4d4a7f312f1c2eb986967684d7affe1d37f41a1f.tar.gz
v4.5.3-4
- add optdepends redis
-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')