diff options
Diffstat (limited to 'spotifyd')
-rw-r--r-- | spotifyd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spotifyd/APKBUILD b/spotifyd/APKBUILD index 51d3d2a..1c4fc6e 100644 --- a/spotifyd/APKBUILD +++ b/spotifyd/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.2.24 pkgrel=1 pkgdesc="A spotify daemon" url="https://github.com/Spotifyd/spotifyd" -arch="all !aarch64" +arch="all !aarch64 !armv7" license="GPLv3" options="!check net" |