summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e103ec072d93..ec5c96f43f1d 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 = 4
+ pkgver = 3.3.dev.r81.d16319067
+ pkgrel = 1
url = https://www.knot-dns.cz/
arch = x86_64
license = GPL3
@@ -26,7 +26,7 @@ pkgbase = knot-git
depends = libnghttp2
depends = libmnl
depends = ngtcp2
- provides = knot=3.3.dev.r78.f6670ca01
+ provides = knot=3.3.dev.r81.d16319067
conflicts = knot
options = !strip
options = debug
diff --git a/PKGBUILD b/PKGBUILD
index 5b84cadbaacc..af61457c87cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
# Contributor: Otto Sabart <seberm[at]gmail[dot]com>
pkgname=knot-git
-pkgver=3.3.dev.r78.f6670ca01
-pkgrel=4
+pkgver=3.3.dev.r81.d16319067
+pkgrel=1
pkgdesc="High-performance authoritative-only DNS server, development build"
arch=('x86_64')
url="https://www.knot-dns.cz/"
@@ -38,7 +38,7 @@ prepare() {
--with-storage=/var/lib/knot \
--enable-recvmmsg \
--enable-dnstap \
- --disable-quic \
+ --enable-quic \
--enable-systemd \
--enable-reuseport \
--disable-silent-rules \