From: Oto Šťáva Date: Tue, 23 Jul 2024 09:43:43 +0000 (+0200) Subject: distro/pkg/arch: update deps and maintainers X-Git-Tag: v6.0.8^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bf51a4de0f36026b118304adc7102746875ad07;p=thirdparty%2Fknot-resolver.git distro/pkg/arch: update deps and maintainers --- diff --git a/distro/pkg/arch/PKGBUILD b/distro/pkg/arch/PKGBUILD index 619f562d3..422da6956 100644 --- a/distro/pkg/arch/PKGBUILD +++ b/distro/pkg/arch/PKGBUILD @@ -1,5 +1,8 @@ -# Maintainer: Tomas Krizek +# Maintainer: Knot Resolver team +# Maintainer: Vladimír Čunát +# Contributor: Nicki Křížek # Contributor: Ondřej Surý +# Contributor: Oto Šťáva # SPDX-License-Identifier: GPL-3.0-or-later pkgname=knot-resolver @@ -24,23 +27,25 @@ depends=( 'python-yaml' 'python-aiohttp' 'python-typing_extensions' - 'python-prometheus_client' 'python-jinja' 'supervisor' ) makedepends=( 'cmocka' 'meson' - 'systemd-libs' + 'pkgconfig' 'python-build' 'python-installer' 'python-poetry' + 'python-wheel' + 'systemd-libs' ) optdepends=( 'lua51-basexx: experimental_dot_auth module' 'lua51-cqueues: http and dns64 module, policy.rpz() function' 'lua51-http: http and prefill modules, trust_anchors bootstrap' 'lua51-psl: policy.slice_randomize_psl() function' + 'python-prometheus_client: stats and metrics in Prometheus format' ) backup=('etc/knot-resolver/config.yaml') options=(debug strip)