summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13b15ea4efe9..e103ec072d93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = knot-git
pkgdesc = High-performance authoritative-only DNS server, development build
pkgver = 3.3.dev.r78.f6670ca01
- pkgrel = 3
+ pkgrel = 4
url = https://www.knot-dns.cz/
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 217fe6ed3c9a..5b84cadbaacc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=knot-git
pkgver=3.3.dev.r78.f6670ca01
-pkgrel=3
+pkgrel=4
pkgdesc="High-performance authoritative-only DNS server, development build"
arch=('x86_64')
url="https://www.knot-dns.cz/"
@@ -38,12 +38,13 @@ prepare() {
--with-storage=/var/lib/knot \
--enable-recvmmsg \
--enable-dnstap \
- --enable-quic \
+ --disable-quic \
--enable-systemd \
--enable-reuseport \
--disable-silent-rules \
--enable-fastparser
}
+# ngtcp2 0.10.0 broken the API and Knot DNS master branch is not adapted yet
pkgver() {
cd "${_gitname}"