From 39d98cfc4c63677319fc558e31fb91e21db75bdc Mon Sep 17 00:00:00 2001 From: q66 Date: Sun, 18 Dec 2022 01:51:14 +0000 Subject: [PATCH] spotifyd: restrict archs --- srcpkgs/spotifyd/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/spotifyd/template b/srcpkgs/spotifyd/template index 09d5a51219d..ff7ec5ce69e 100644 --- a/srcpkgs/spotifyd/template +++ b/srcpkgs/spotifyd/template @@ -2,6 +2,7 @@ pkgname=spotifyd version=0.3.4 revision=1 +archs="x86_64* i686* aarch64* arm*" # ring build_style=cargo configure_args="--no-default-features" hostmakedepends="pkg-config"