From 348bab01c9aecf3c253f97e8b7f61e5c77548f04 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 24 Aug 2025 12:24:21 +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 3302f0e..db800ac 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,10 @@ name: qt6-svg description: Classes for displaying the contents of SVG files version: 6.6.2 +revision: 2 url: https://www.qt.io/ license: FDL,GPL3,LGPL3,custom architecture: any -depends: ["gcc","glibc","qt6-base","zlib"] -make_depends: ["cmake","git","ninja"] +depends: ["gcc-libs", "glibc", "qt6-base", "zlib"] +make_depends: ["cmake", "git", "ninja"] type: source