summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenry-ZHR2023-01-22 17:55:21 +0800
committerHenry-ZHR2023-01-22 17:55:21 +0800
commit161caa41260bf6bf09753606dc2cf80f6359a8b1 (patch)
tree08caee149ca0866fa963fb3f06dc33629f242a4c
parent0f63806e144c84626ee58786e5651f5d487d7ff7 (diff)
downloadaur-161caa41260bf6bf09753606dc2cf80f6359a8b1.tar.gz
Update to v5.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d93c6dd2fa6..9487911d7ca8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mosdns
pkgdesc = A DNS forwarder
- pkgver = 5.0.0
+ pkgver = 5.0.1
pkgrel = 1
url = https://github.com/IrineSistiana/mosdns
arch = x86_64
@@ -8,12 +8,10 @@ pkgbase = mosdns
makedepends = git
makedepends = go
depends = glibc
- optdepends = v2ray-domain-list-community: geosite.dat
- optdepends = v2ray-geoip: geoip.dat
optdepends = bash-completion: bash completions
optdepends = zsh-completions: zsh completitons
backup = etc/mosdns/config.yaml
- source = mosdns::git+https://github.com/IrineSistiana/mosdns.git#tag=81fff0b6d6163f1003ea32b8eb58886c43e28009
+ source = mosdns::git+https://github.com/IrineSistiana/mosdns.git#tag=e8fe4353f5c94ed1348f16b1fbadfc8787465699
source = mosdns-sysusers.conf
source = mosdns.service
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 343798fb4404..8a4fbfeafd67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Henry-ZHR <henry-zhr@qq.com>
pkgname=mosdns
-pkgver=5.0.0
+pkgver=5.0.1
pkgrel=1
pkgdesc="A DNS forwarder"
arch=('x86_64')
@@ -8,12 +8,10 @@ url="https://github.com/IrineSistiana/mosdns"
license=('GPL3')
depends=('glibc')
makedepends=('git' 'go')
-optdepends=('v2ray-domain-list-community: geosite.dat'
- 'v2ray-geoip: geoip.dat'
- 'bash-completion: bash completions'
+optdepends=('bash-completion: bash completions'
'zsh-completions: zsh completitons')
backup=('etc/mosdns/config.yaml')
-_tag=81fff0b6d6163f1003ea32b8eb58886c43e28009 # git rev-parse "v${pkgver}"
+_tag=e8fe4353f5c94ed1348f16b1fbadfc8787465699 # git rev-parse "v${pkgver}"
source=("${pkgname}::git+${url}.git#tag=${_tag}"
"mosdns-sysusers.conf"
"mosdns.service")