diff --git a/srcpkgs/spotify/INSTALL b/srcpkgs/spotify/INSTALL index 069d9ef6c8d..97d110048d5 100644 --- a/srcpkgs/spotify/INSTALL +++ b/srcpkgs/spotify/INSTALL @@ -19,7 +19,7 @@ if test "$ACTION" = "post"; then echo "${SCHECKSUM} spotify-client_${SVERSION}.deb" >checksum sha256sum -c checksum ar x "spotify-client_${SVERSION}.deb" - tar -xf data.tar.* + tar -xf data.tar.gz ) if [ $? -ne 0 ] ; then echo "Failed downloading spotify client" @@ -39,4 +39,3 @@ if test "$ACTION" = "post"; then linklib "libcrypto" "1.0.0" rm -r "$_BUILDDIR" fi - diff --git a/srcpkgs/spotify/template b/srcpkgs/spotify/template index ceb09a1fa89..2329876c73a 100644 --- a/srcpkgs/spotify/template +++ b/srcpkgs/spotify/template @@ -1,6 +1,6 @@ -# Template build file for 'spotify'. +# Template file for 'spotify' pkgname=spotify -version=1.0.57 +version=1.0.59 revision=1 short_desc="Proprietary music streaming client" maintainer="Stefan Mühlinghaus " @@ -10,14 +10,14 @@ create_wrksrc=yes only_for_archs="x86_64 i686" repository=nonfree build_style=fetch -depends="binutils gtk+ nss GConf libXScrnSaver xz" +depends="binutils gtk+ nss GConf libXScrnSaver" if [ "${XBPS_TARGET_MACHINE}" = "x86_64" ]; then - _sversion=".474.gca9c9538-30_amd64" - _schecksum="fe46f2084c45c756bee366f744d2821d79e82866b19942e30bb2a20c1e597437" + _sversion=".395.ge6ca9946-18_amd64" + _schecksum=8fbe821fd516f5cd77eb2d5085e5acd8f1852b97f7b7294846fcc57b810ef515 else - _sversion=".474.gca9c9538-30_i386" - _schecksum="8f2f4e6c71fe923512062e1c0378424a74651f5c107c05e8daf3b7bf67fd6de1" + _sversion=".395.ge6ca9946-18_i386" + _schecksum=9366d1845dae64637afbc666da31dbe52b843f4003ebc5dc642b1a5984295fb0 fi do_install() {