From d9f7e056affacd8152b10112b98c5d202d9fde98 Mon Sep 17 00:00:00 2001 From: q66 Date: Sun, 16 Oct 2022 13:40:15 +0000 Subject: [PATCH] taplo: restrict archs (ring) --- srcpkgs/taplo/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/taplo/template b/srcpkgs/taplo/template index 84196483a8f..72e918b651b 100644 --- a/srcpkgs/taplo/template +++ b/srcpkgs/taplo/template @@ -2,6 +2,7 @@ pkgname=taplo version=0.7.0 revision=1 +archs="x86_64* i686* aarch64* arm*" # ring wrksrc="${pkgname}-release-${pkgname}-cli-${version}" build_wrksrc="crates/taplo-cli" build_style=cargo