From d8ff11902cbfc972ca02ff7c1bb89488d2dbde55 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 24 Aug 2025 12:19:47 +0300 Subject: [PATCH] Switch gcc dependenency to gcc-libs --- pkg.info | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index 0c244dd..461aa60 100644 --- a/pkg.info +++ b/pkg.info @@ -1,10 +1,10 @@ name: gettext description: GNU internationalization library version: 0.22.4 -revision: 3 +revision: 4 url: https://www.gnu.org/software/gettext/ license: GFDL1.2-only,GPL2-only,GPL2-or-later,LGPL2-only architecture: any -depends: ["acl","attr","gcc","libunistring","libxml2","ncurses","sh"] +depends: ["acl", "attr", "gcc-libs", "libunistring", "libxml2", "ncurses", "sh"] optional_depends: ["appstream"] type: source