summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortuberry2023-02-25 09:40:55 +0800
committertuberry2023-02-25 09:40:55 +0800
commit2542b85d409d25ea2085e6d0a09ecf681ae9b0af (patch)
tree0db4d367dbcef2b19965df24582518e5def03193
parente27511b4aa33693b317c5dd98396382877c0e65d (diff)
downloadaur-2542b85d409d25ea2085e6d0a09ecf681ae9b0af.tar.gz
update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1867bc5ce864..e5d405447500 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = chinadns-ng-git
pkgdesc = Chinadns next generation, refactoring with epoll and ipset
- pkgver = r356.e7c4ebd
+ pkgver = r366.8f61b8c
pkgrel = 1
url = https://github.com/zfl9/chinadns-ng
arch = i686
arch = x86_64
license = AGPL3
makedepends = git
- depends = glibc
provides = chinadns-ng
conflicts = chinadns-ng
source = git+https://github.com/zfl9/chinadns-ng
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
}