From 34efc04bf2bd3e136952582a0fa524d51ee6b426 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 24 Aug 2025 12:19:22 +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 cad5f71..70aca5f 100644 --- a/pkg.info +++ b/pkg.info @@ -1,10 +1,11 @@ name: enchant description: Spelling library wrapper with consistent interface version: 2.8.2 +revision: 2 url: https://rrthomas.github.io/enchant/ license: LGPL2.1-or-later architecture: any -depends: ["gcc","glib","glibc"] +depends: ["gcc-libs", "glib", "glibc"] optional_depends: ["aspell"] -make_depends: ["aspell","vala","unittest-cpp"] +make_depends: ["aspell", "vala", "unittest-cpp"] type: source