summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Špaček2022-10-20 15:02:15 +0200
committerPetr Špaček2022-10-20 15:02:22 +0200
commit10efe80fc252c33bfcf74568d7effba8dfab565e (patch)
treef59bb01bc8757bd8d1449212f6d0ba8cb8b10821
parent7e7a2440baca3081da9427beaf83fb355a98696e (diff)
downloadaur-10efe80fc252c33bfcf74568d7effba8dfab565e.tar.gz
allow to use ngtcp2 without -git
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9250f3d0079a..f66af9936fe8 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 = 1
+ pkgrel = 2
url = https://www.knot-dns.cz/
arch = x86_64
license = GPL3
@@ -25,7 +25,7 @@ pkgbase = knot-git
depends = libxdp
depends = libnghttp2
depends = libmnl
- depends = ngtcp2-git
+ depends = ngtcp2
provides = knot=3.3.dev.r78.f6670ca01
conflicts = knot
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index c630211815b6..f50f564a5841 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=knot-git
pkgver=3.3.dev.r78.f6670ca01
-pkgrel=1
+pkgrel=2
pkgdesc="High-performance authoritative-only DNS server, development build"
arch=('x86_64')
url="https://www.knot-dns.cz/"
@@ -15,7 +15,7 @@ license=('GPL3')
depends=('libedit' 'gnutls' 'liburcu' 'lmdb'
'libidn2' 'systemd' 'libcap-ng'
'fstrm' 'protobuf-c' 'libmaxminddb'
- 'libbpf' 'libxdp' 'libnghttp2' 'libmnl' 'ngtcp2-git')
+ 'libbpf' 'libxdp' 'libnghttp2' 'libmnl' 'ngtcp2')
makedepends=('git' 'automake' 'autoconf' 'make' 'libtool' 'pkg-config')
provides=("${pkgname%-git}=${pkgver}")
conflicts=("${pkgname%-git}")