diff options
author | Karel Kočí <karel.koci@nic.cz> | 2020-01-29 13:26:10 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2020-01-29 13:26:10 +0100 |
commit | d13270d7833b3f735e07d0c21c0b24b2849a37c3 (patch) | |
tree | 752d7a746db4a9bf5df8d96ba7d08744dc218d7f /spotifyd | |
parent | 33bdb401e7b4caf55c2d114181a4241182a775ff (diff) | |
download | alpine-personal-pkgs-d13270d7833b3f735e07d0c21c0b24b2849a37c3.tar.gz alpine-personal-pkgs-d13270d7833b3f735e07d0c21c0b24b2849a37c3.tar.bz2 alpine-personal-pkgs-d13270d7833b3f735e07d0c21c0b24b2849a37c3.zip |
spotifyd: disable for aarch64
It fails on rust nix package
https://github.com/nix-rust/nix/issues/951
Diffstat (limited to 'spotifyd')
-rw-r--r-- | spotifyd/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
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čí <cynerd@email.cz> 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" |