From 00e75b36db0917d607493e50c2015f0286f107fa Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 24 Aug 2025 12:24:18 +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 32b2a4e..143fe28 100644 --- a/pkg.info +++ b/pkg.info @@ -1,10 +1,11 @@ name: qt6-5compat description: Module that contains unsupported Qt 5 APIs version: 6.6.2 +revision: 2 url: https://www.qt.io/ license: FDL,GPL3,LGPL3,custom architecture: any -depends: ["gcc","glibc","icu","qt6-base","qt6-shadertools"] +depends: ["gcc-libs", "glibc", "icu", "qt6-base", "qt6-shadertools"] optional_depends: ["qt6-declarative"] -make_depends: ["cmake","git","ninja","qt6-declarative"] +make_depends: ["cmake", "git", "ninja", "qt6-declarative"] type: source