From 121de7f87c394b4a5006fba205fb61304529c295 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Wed, 4 Mar 2026 16:56:43 -0800 Subject: [PATCH] fix(goofcord): Patch commit (#10278) (#10280) * fix(goofcord): Patch commit * fix: Oops --------- (cherry picked from commit 976844df6315495fb9426fea947044d01e96410e) Signed-off-by: Gilver Co-authored-by: Gilver --- anda/apps/goofcord/stable/goofcord.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/anda/apps/goofcord/stable/goofcord.spec b/anda/apps/goofcord/stable/goofcord.spec index 8a8265b05b..a23fa3cf94 100644 --- a/anda/apps/goofcord/stable/goofcord.spec +++ b/anda/apps/goofcord/stable/goofcord.spec @@ -3,12 +3,13 @@ Name: goofcord Version: 2.1.0 -Release: 2%?dist +Release: 3%?dist License: OSL-3.0 Summary: A privacy-minded Legcord fork. Group: Applications/Internet URL: https://github.com/Milkshiift/%{git_name} Source0: %{url}/archive/refs/tags/v%{version}.tar.gz +Patch0: %{url}/commit/5be00d22d09f118fa5a2ac40deb12c54f66f03b8.patch BuildRequires: anda-srpm-macros >= 0.3.0 BuildRequires: bun-bin Packager: Gilver E. @@ -19,7 +20,7 @@ Packager: Gilver E. A highly configurable and privacy minded Discord client. %prep -%autosetup -n %{git_name}-%{version} +%autosetup -p1 -n %{git_name}-%{version} %ifarch %{arm64} armv7hl armv7l sed -i '/\"x64\",/d' electron-builder.ts %endif