From 577e13da3e3b457789e3d4428fb6e5f4e54d1795 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 24 Aug 2025 12:24:47 +0300 Subject: [PATCH] Switch gcc dependenency to gcc-libs --- pkg.info | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg.info b/pkg.info index ad327c3..2e39355 100644 --- a/pkg.info +++ b/pkg.info @@ -1,8 +1,9 @@ name: swig description: Software development tool that connects programs written in C and C++ with a variety of high-level programming languages version: 4.2.1 +revision: 2 url: https://www.swig.org/ license: GPL3-or-later,LicenseRef-BSD-Arizona,LicenseRef-BSD-Chicago,LicenseRef-BSD-Utah-California architecture: any -depends: ["gcc","glibc","pcre2","zlib"] +depends: ["gcc-libs", "glibc", "pcre2", "zlib"] type: source