From ca48d9919406d9314b3f19420d2005e4a18c4e03 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 24 Aug 2025 12:20:56 +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 9871929..bdc7df6 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,10 @@ name: libical description: Open Source implementation of the iCalendar protocols and protocol data units version: 3.0.20 +revision: 2 url: https://github.com/libical/libical license: MPL2 OR LGPL2.1-or-later architecture: any -depends: ["gcc","glib","glibc","icu","libxml2"] -make_depends: ["cmake","gobject-introspection","ninja","vala","python-pygobject"] +depends: ["gcc-libs", "glib", "glibc", "icu", "libxml2"] +make_depends: ["cmake", "gobject-introspection", "ninja", "vala", "python-pygobject"] type: source