Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / knot
Commits: 6fbc1448 by Antonio Rojas at 2024-11-12T18:44:30+01:00 Build man pages Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/knot/-/issues/1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,10 +1,11 @@ pkgbase = knot pkgdesc = High-performance authoritative-only DNS server pkgver = 3.4.0 - pkgrel = 1 + pkgrel = 2 url = https://www.knot-dns.cz/ arch = x86_64 license = GPL3 + makedepends = python-sphinx depends = libedit depends = gnutls depends = liburcu ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ pkgname=knot pkgver=3.4.0 -pkgrel=1 +pkgrel=2 pkgdesc="High-performance authoritative-only DNS server" arch=(x86_64) url="https://www.knot-dns.cz/" @@ -15,6 +15,7 @@ depends=(libedit gnutls liburcu lmdb libidn2 systemd libcap-ng fstrm protobuf-c libmaxminddb libbpf libxdp libnghttp2 libmnl) +makedepends=(python-sphinx) backup=('etc/knot/knot.conf') source=("https://secure.nic.cz/files/knot-dns/${pkgname}-${pkgver}.tar.xz"{,.asc}) sha256sums=('2730b11398944faa5151c51b0655cf26631090343c303597814f2a57df424736' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/knot/-/commit/6fbc14489efcc3c7b2a0c1da3e0a4f09983ec299 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/knot/-/commit/6fbc14489efcc3c7b2a0c1da3e0a4f09983ec299 You're receiving this email because of your account on gitlab.archlinux.org.