From 71b7234b18e8549a9d78fc3e21f419405e8f9d2c Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 24 Aug 2025 12:24:56 +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 358dabc..7ff3d57 100644 --- a/pkg.info +++ b/pkg.info @@ -1,10 +1,11 @@ name: uutils-coreutils description: Cross-platform Rust rewrite of the GNU coreutils version: 0.1.0 +revision: 2 url: https://github.com/uutils/coreutils license: MIT architecture: any -depends: ["gcc","glibc","oniguruma"] +depends: ["gcc-libs", "glibc", "oniguruma"] make_depends: ["rustc"] provides: ["coreutils"] conflicts: ["gnu-coreutils"]