From a1b4b4ea0bd5a1f82834f3d9972e08cfc256d45e Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 24 Aug 2025 12:19:22 +0300 Subject: [PATCH] Switch gcc dependenency to gcc-libs --- pkg.info | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index d48f1f2..fe31f19 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,10 @@ name: exiv2 description: Cross-platform C++ library and a command line utility to manage image metadata version: 0.28.5 +revision: 2 url: https://exiv2.org/ license: GPL2-or-later architecture: any -depends: ["brotli","curl","expat","gcc","gettext","glibc","inih","zlib"] -make_depends: ["cmake","googletest","python3"] +depends: ["brotli", "curl", "expat", "gcc-libs", "gettext", "glibc", "inih", "zlib"] +make_depends: ["cmake", "googletest", "python3"] type: source