From c237c8f1d1f5847e59d56954496d439f27130cd9 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 24 Aug 2025 12:24:48 +0300 Subject: [PATCH] Switch gcc dependenency to gcc-libs --- pkg.info | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index 13c2d4d..28b315b 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,10 @@ name: swww description: A Solution to your Wayland Wallpaper Woes version: 0.10.3 +revision: 2 url: https://github.com/LGFae/swww license: GPL3-only architecture: any -depends: ["gcc","glibc","lz4"] -make_depends: ["rustc","scdoc","wayland","wayland-protocols"] +depends: ["gcc-libs", "glibc", "lz4"] +make_depends: ["rustc", "scdoc", "wayland", "wayland-protocols"] type: source