summaryrefslogtreecommitdiff
path: root/spotifyd
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-01-25 21:34:08 +0100
committerKarel Kočí <cynerd@email.cz>2020-01-25 21:34:08 +0100
commita92354592ff2c41f69b6c74d2d09be0f081567a1 (patch)
tree0452d110430fd55970f755130141a8a25bb44789 /spotifyd
parentea5aab357aab86701b07d317c5b9edfb4ecf3dca (diff)
downloadalpine-personal-pkgs-a92354592ff2c41f69b6c74d2d09be0f081567a1.tar.gz
alpine-personal-pkgs-a92354592ff2c41f69b6c74d2d09be0f081567a1.tar.bz2
alpine-personal-pkgs-a92354592ff2c41f69b6c74d2d09be0f081567a1.zip
spotifyd: no check
Diffstat (limited to 'spotifyd')
-rw-r--r--spotifyd/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/spotifyd/APKBUILD b/spotifyd/APKBUILD
index a750baa..656f010 100644
--- a/spotifyd/APKBUILD
+++ b/spotifyd/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Karel Kočí <cynerd@email.cz>
pkgname=spotifyd
pkgver=0.2.23
-pkgrel=1
+pkgrel=2
pkgdesc="A spotify daemon"
url="https://github.com/Spotifyd/spotifyd"
arch="x86_64 armhf aarch64"
@@ -10,6 +10,7 @@ license="GPLv3"
makedepends="cargo alsa-lib-dev openssl-dev"
options="net"
source="$pkgname-$pkgver.tar.gz::https://github.com/Spotifyd/spotifyd/archive/v$pkgver.tar.gz"
+options="!check"
export CARGO_HOME="$srcdir/cargo"