From 65f8bff1003fc0e74357e90626d36562c8c3c1cf Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 24 Aug 2025 12:23:10 +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 8556ef8..79e5688 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,10 @@ name: librsvg description: SVG rendering library version: 2.57.1 +revision: 2 url: https://wiki.gnome.org/Projects/LibRsvg license: LGPL2.1-or-later architecture: any -depends: ["cairo","freetype2","gcc","gdk-pixbuf","glib","glibc","harfbuzz","libxml2","pango"] -make_depends: ["gobject-introspection","llvm","rustc","vala"] +depends: ["cairo", "freetype2", "gcc-libs", "gdk-pixbuf", "glib", "glibc", "harfbuzz", "libxml2", "pango"] +make_depends: ["gobject-introspection", "llvm", "rustc", "vala"] type: source