summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f8544e1c216..334b32d4bfa7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,12 @@
_srcname=chinadns-ng
pkgname=${_srcname}-git
-pkgver=r356.e7c4ebd
+pkgver=r366.8f61b8c
pkgrel=1
pkgdesc='Chinadns next generation, refactoring with epoll and ipset'
arch=(i686 x86_64)
url=https://github.com/zfl9/${_srcname}
license=(AGPL3)
-depends=(glibc)
makedepends=(git)
provides=(${_srcname})
conflicts=(${_srcname})
@@ -22,6 +21,7 @@ pkgver() {
build() {
cd ${_srcname}
+ git checkout b25 -q # tag
make
}