From 1c81540ce821e58faa240d7a0428d90ae480f96f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Sat, 24 Oct 2020 16:02:46 -0300 Subject: [PATCH] spotify: fix build for curl update. The libcurl-gnutls symlink was removed from the libcurl package. Restore it in this package. --- srcpkgs/spotify/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/spotify/template b/srcpkgs/spotify/template index 1620c3dc791..bd35e859c29 100644 --- a/srcpkgs/spotify/template +++ b/srcpkgs/spotify/template @@ -1,14 +1,14 @@ # Template file for 'spotify' pkgname=spotify version=1.1.42 -revision=1 +revision=2 _ver="${version}.622.gbd112320-37_amd64" _filename="spotify-client_${_ver}.deb" archs="x86_64" create_wrksrc=yes build_style=fetch -hostmakedepends="curl w3m" -depends="GConf" +hostmakedepends="curl w3m libcurl" +depends="GConf libcurl" short_desc="Proprietary music streaming client" maintainer="Stefan Mühlinghaus " license="custom:Proprietary" @@ -67,6 +67,7 @@ do_install() { # provide dynamic libraries _linklib libssl 1.0.0 _linklib libcrypto 1.0.0 + ln -s /usr/lib/libcurl.so.4 ${DESTDIR}/usr/libexec/spotify/libcurl-gnutls.so.4 vlicense EULA }