From 46ee6a8f6b6af517bf5e3800132ee0b1804056cf Mon Sep 17 00:00:00 2001 From: onox Date: Tue, 22 Dec 2020 18:55:17 +0100 Subject: [PATCH] Add pkgconf for arch distribution to pkg_config (#215) Arch Linux provides only core/pkgconf to provide pkg-config. --- index/pk/pkg_config/pkg_config-external.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/index/pk/pkg_config/pkg_config-external.toml b/index/pk/pkg_config/pkg_config-external.toml index ef9fbc21..e477195a 100644 --- a/index/pk/pkg_config/pkg_config-external.toml +++ b/index/pk/pkg_config/pkg_config-external.toml @@ -8,4 +8,5 @@ maintainers-logins = ["Fabien-Chouteau"] kind = "system" [external.origin."case(distribution)"] "debian|ubuntu" = ["pkg-config"] +arch = ["pkgconf"] msys2 = ["mingw-w64-x86_64-pkg-config"]