From 8491255ed3603e756e0fae4f76877f9a87419fc3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Mon, 29 Apr 2024 10:53:44 +0200 Subject: [PATCH] distro/pkg/arch: fix after they renamed a dependency --- NEWS | 1 + distro/pkg/arch/PKGBUILD | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 36a3a415c..9b3ed72ad 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,7 @@ Knot Resolver 6.0.8 (2024-0m-dd) Improvements ------------ - TLS (DoT, DoH): respect crypto policy overrides in OS (!1526) +- arch package: fix after they renamed a dependency (!1536) - manager: export metrics to JSON via management HTTP API (!1527) * JSON is the new default metrics output format diff --git a/distro/pkg/arch/PKGBUILD b/distro/pkg/arch/PKGBUILD index 8d0442328..6771c61ce 100644 --- a/distro/pkg/arch/PKGBUILD +++ b/distro/pkg/arch/PKGBUILD @@ -24,9 +24,8 @@ depends=( 'python' 'python-yaml' 'python-aiohttp' - 'python-typing-extensions' + 'python-typing_extensions' 'python-prometheus_client' - 'python-typing-extensions' 'python-jinja' 'supervisor' ) -- 2.47.2