From bd9bb8ae72f7658e1cc165b7386fbf25c118006d Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 24 Aug 2025 12:25:31 +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 31f82ee..919866e 100644 --- a/pkg.info +++ b/pkg.info @@ -1,8 +1,9 @@ name: zstd description: Zstandard is a fast compression algorithm, providing high compression ratios version: 1.5.7 +revision: 2 url: https://facebook.github.io/zstd/ license: BSD3-Clause,GPL2-only architecture: any -depends: ["gcc","glibc","lz4","xz-utils","zlib"] +depends: ["gcc-libs", "glibc", "lz4", "xz-utils", "zlib"] type: source