From 253167d0e832bb7140390771cc8d2173cd6e20dd Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 24 Aug 2025 11:50:34 +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 4ad84bc..0750961 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,10 @@ name: appstream-glib description: GObjects and helper methods to make it easy to read and write AppStream metadata version: 0.8.3 +revision: 2 url: https://people.freedesktop.org/~hughsient/appstream-glib/ license: LGPL2.1-or-later architecture: any -depends: ["cairo","curl","fontconfig","freetype2","gcc","gdk-pixbuf","glib","glibc","gtk3","json-glib","libarchive","libyaml","pango","util-linux"] -make_depends: ["gobject-introspection","gperf","meson"] +depends: ["cairo", "curl", "fontconfig", "freetype2", "gcc-libs", "gdk-pixbuf", "glib", "glibc", "gtk3", "json-glib", "libarchive", "libyaml", "pango", "util-linux"] +make_depends: ["gobject-introspection", "gperf", "meson"] type: source