From ee5794ed72987cc4fa0608b5f9923d71c958fe8f Mon Sep 17 00:00:00 2001 From: "J." <105894089+Its-J@users.noreply.github.com> Date: Tue, 11 Nov 2025 12:35:05 -0600 Subject: [PATCH] fix(shitpost): add needed lines (#7290) --- anda/misc/shitpost/anda.hcl | 3 ++- anda/misc/shitpost/shitpost.spec | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/anda/misc/shitpost/anda.hcl b/anda/misc/shitpost/anda.hcl index 8aaa2b33ad..b9f3e6f6f8 100644 --- a/anda/misc/shitpost/anda.hcl +++ b/anda/misc/shitpost/anda.hcl @@ -1,5 +1,6 @@ project pkg { + arches = ["x86_64"] rpm { spec = "shitpost.spec" } -} +} \ No newline at end of file diff --git a/anda/misc/shitpost/shitpost.spec b/anda/misc/shitpost/shitpost.spec index d813758081..06e9c80e59 100644 --- a/anda/misc/shitpost/shitpost.spec +++ b/anda/misc/shitpost/shitpost.spec @@ -8,11 +8,15 @@ Source0: https://raw.githubusercontent.com/magnus-ISU/aur-scripts/master/ Requires: bash BuildArch: noarch +Packager: Its-J + %description %{summary}. %prep +%build + %install install -Dm 755 %{SOURCE0} %{buildroot}%{_bindir}/shitpost