diff --git a/srcpkgs/spotify/template b/srcpkgs/spotify/template index 1620c3dc79..bd35e859c2 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 }