diff options
Diffstat (limited to 'spotifyd/APKBUILD')
-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" |