From d13270d7833b3f735e07d0c21c0b24b2849a37c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 29 Jan 2020 13:26:10 +0100 Subject: spotifyd: disable for aarch64 It fails on rust nix package https://github.com/nix-rust/nix/issues/951 --- spotifyd/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spotifyd/APKBUILD') diff --git a/spotifyd/APKBUILD b/spotifyd/APKBUILD index b4474f3..51d3d2a 100644 --- a/spotifyd/APKBUILD +++ b/spotifyd/APKBUILD @@ -2,10 +2,10 @@ # Maintainer: Karel Kočí pkgname=spotifyd pkgver=0.2.24 -pkgrel=0 +pkgrel=1 pkgdesc="A spotify daemon" url="https://github.com/Spotifyd/spotifyd" -arch="x86_64 armhf aarch64" +arch="all !aarch64" license="GPLv3" options="!check net" -- cgit v1.2.3