From 9c7a18bc7dc080aa86821af20fe1b6e3215743ae Mon Sep 17 00:00:00 2001 From: Liam Date: Mon, 29 Mar 2021 20:42:23 +1000 Subject: [PATCH] spotify: update to 1.1.55 --- srcpkgs/spotify/template | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/srcpkgs/spotify/template b/srcpkgs/spotify/template index d73147bf6b0f..e6e75f86daa6 100644 --- a/srcpkgs/spotify/template +++ b/srcpkgs/spotify/template @@ -1,8 +1,8 @@ # Template file for 'spotify' pkgname=spotify -version=1.1.42 -revision=3 -_ver="${version}.622.gbd112320-37_amd64" +version=1.1.55 +revision=1 +_ver="${version}.498.gf9a83c60_amd64" _filename="spotify-client_${_ver}.deb" archs="x86_64" create_wrksrc=yes @@ -14,7 +14,7 @@ maintainer="Stefan Mühlinghaus " license="custom:Proprietary" homepage="https://www.spotify.com" distfiles="http://repository.spotify.com/pool/non-free/s/spotify-client/${_filename}" -checksum=101a3699197659b8bc60a4fd8b579e63cc494e7abd089c45306559329af4a868 +checksum=78b2364f050c2b02b05784710344e70109b288a2661f92de29f373a718e2ac24 _license_checksum=3c073aa5bd7ffaba3df5283cdd2d3b36a415bd824234693844548fc3e16027a5 repository=nonfree restricted=yes @@ -36,12 +36,6 @@ do_build() { bsdtar -xf data.tar.gz } -_linklib() { - local LIB - LIB="$(find /usr/lib -name "${1}.so*" | sort | tail -1)" - ln -sf "${LIB}" "${DESTDIR}/usr/libexec/spotify/${1}.so.${2}" -} - do_install() { vbin "${FILESDIR}/spotify" @@ -65,8 +59,6 @@ do_install() { "${DESTDIR}/usr/share/applications/spotify.desktop" # 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