From 05fecc331b9fa3bb1d14ed6c7977152c1dfe92e4 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 24 Aug 2025 12:20:39 +0300 Subject: [PATCH] Switch gcc dependenency to gcc-libs --- pkg.info | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg.info b/pkg.info index 0d4fd3a..a0378ad 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,10 @@ name: icu description: Libraries providing Unicode and Globalization support for software applications version: 76.1 +revision: 2 url: https://icu.unicode.org/ license: BSD-2-Clause,BSD-3-Clause,LicenseRef-Unicode-3.0 architecture: any -depends: ["gcc","glibc","bash"] +depends: ["gcc-libs", "glibc", "bash"] make_depends: ["python3"] type: source