From dd2f9fd2fe9fc8b8e705162265675f1ab8af0a5b Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 24 Aug 2025 12:20:57 +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 b687eb9..cea4ca2 100644 --- a/pkg.info +++ b/pkg.info @@ -1,8 +1,9 @@ name: libnl description: Netlink Library Suite version: 3.10.0 +revision: 2 url: https://github.com/thom311/libnl license: LGPL2.1 architecture: any -depends: ["gcc","glibc"] +depends: ["gcc-libs", "glibc"] type: source