spotifyd: rebuild against OpenSSL

This commit is contained in:
John 2021-01-06 18:18:47 +01:00
parent 8c786914c5
commit b8927ea863

View file

@ -1,11 +1,11 @@
# Template file for 'spotifyd' # Template file for 'spotifyd'
pkgname=spotifyd pkgname=spotifyd
version=0.3.0 version=0.3.0
revision=2 revision=3
build_style=cargo build_style=cargo
configure_args="--no-default-features" configure_args="--no-default-features"
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="libressl-devel $(vopt_if alsa alsa-lib-devel) makedepends="openssl-devel $(vopt_if alsa alsa-lib-devel)
$(vopt_if pulseaudio pulseaudio-devel) $(vopt_if portaudio portaudio-devel) $(vopt_if pulseaudio pulseaudio-devel) $(vopt_if portaudio portaudio-devel)
$(vopt_if dbus dbus-devel)" $(vopt_if dbus dbus-devel)"
short_desc="Spotify client running as a UNIX daemon" short_desc="Spotify client running as a UNIX daemon"