Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
name: ripgrep
|
name: ripgrep
|
||||||
description: Tool that recursively searches directories for a regex pattern while respecting your gitignore
|
description: Tool that recursively searches directories for a regex pattern while respecting your gitignore
|
||||||
version: 14.1.1
|
version: 14.1.1
|
||||||
|
revision: 2
|
||||||
url: https://github.com/BurntSushi/ripgrep
|
url: https://github.com/BurntSushi/ripgrep
|
||||||
license: MIT,Unlicense
|
license: MIT,Unlicense
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["gcc","pcre2"]
|
depends: ["gcc-libs", "pcre2"]
|
||||||
make_depends: ["rustc"]
|
make_depends: ["rustc"]
|
||||||
type: source
|
type: source
|
||||||
|
|||||||
Reference in New Issue
Block a user