Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 12:19:25 +03:00
parent 3c11d6bbc3
commit c47c5fbc01
+2 -1
View File
@@ -1,9 +1,10 @@
name: fd name: fd
description: Simple, fast and user-friendly alternative to find description: Simple, fast and user-friendly alternative to find
version: 10.2.0 version: 10.2.0
revision: 2
url: https://github.com/sharkdp/fd url: https://github.com/sharkdp/fd
license: Apache-2.0,MIT license: Apache-2.0,MIT
architecture: any architecture: any
depends: ["gcc"] depends: ["gcc-libs"]
make_depends: ["rustc"] make_depends: ["rustc"]
type: source type: source