Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 12:24:56 +03:00
parent e58b77e31a
commit 71b7234b18
+2 -1
View File
@@ -1,10 +1,11 @@
name: uutils-coreutils name: uutils-coreutils
description: Cross-platform Rust rewrite of the GNU coreutils description: Cross-platform Rust rewrite of the GNU coreutils
version: 0.1.0 version: 0.1.0
revision: 2
url: https://github.com/uutils/coreutils url: https://github.com/uutils/coreutils
license: MIT license: MIT
architecture: any architecture: any
depends: ["gcc","glibc","oniguruma"] depends: ["gcc-libs", "glibc", "oniguruma"]
make_depends: ["rustc"] make_depends: ["rustc"]
provides: ["coreutils"] provides: ["coreutils"]
conflicts: ["gnu-coreutils"] conflicts: ["gnu-coreutils"]