From 02303f7c5d8f1117b342d8ea366011b784b7e787 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 12 Oct 2021 12:36:52 +0200 Subject: [PATCH] gamja: set arch=all Work around for issues with our build scripts --- sr.ht/gamja/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sr.ht/gamja/APKBUILD b/sr.ht/gamja/APKBUILD index cea7174..2e8fd6f 100644 --- a/sr.ht/gamja/APKBUILD +++ b/sr.ht/gamja/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="Simple IRC web client" url="https://sr.ht/~emersion/gamja/" license="AGPL-3.0" -arch="noarch !mips64 !riscv64" # blocked by nodejs +arch="all" makedepends="npm" subpackages="$pkgname-doc" githash=a890665775910143c39bc044714141b3853d1e0a -- 2.45.2