spotify: update to 1.0.59

Closes: #7149 [via git-merge-pr]
This commit is contained in:
cr6git 2017-07-26 15:19:09 +02:00 committed by Michael Gehring
parent 8653752ff4
commit 697acf01a5
2 changed files with 8 additions and 9 deletions

View File

@ -19,7 +19,7 @@ if test "$ACTION" = "post"; then
echo "${SCHECKSUM} spotify-client_${SVERSION}.deb" >checksum echo "${SCHECKSUM} spotify-client_${SVERSION}.deb" >checksum
sha256sum -c checksum sha256sum -c checksum
ar x "spotify-client_${SVERSION}.deb" ar x "spotify-client_${SVERSION}.deb"
tar -xf data.tar.* tar -xf data.tar.gz
) )
if [ $? -ne 0 ] ; then if [ $? -ne 0 ] ; then
echo "Failed downloading spotify client" echo "Failed downloading spotify client"
@ -39,4 +39,3 @@ if test "$ACTION" = "post"; then
linklib "libcrypto" "1.0.0" linklib "libcrypto" "1.0.0"
rm -r "$_BUILDDIR" rm -r "$_BUILDDIR"
fi fi

View File

@ -1,6 +1,6 @@
# Template build file for 'spotify'. # Template file for 'spotify'
pkgname=spotify pkgname=spotify
version=1.0.57 version=1.0.59
revision=1 revision=1
short_desc="Proprietary music streaming client" short_desc="Proprietary music streaming client"
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>" maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
@ -10,14 +10,14 @@ create_wrksrc=yes
only_for_archs="x86_64 i686" only_for_archs="x86_64 i686"
repository=nonfree repository=nonfree
build_style=fetch build_style=fetch
depends="binutils gtk+ nss GConf libXScrnSaver xz" depends="binutils gtk+ nss GConf libXScrnSaver"
if [ "${XBPS_TARGET_MACHINE}" = "x86_64" ]; then if [ "${XBPS_TARGET_MACHINE}" = "x86_64" ]; then
_sversion=".474.gca9c9538-30_amd64" _sversion=".395.ge6ca9946-18_amd64"
_schecksum="fe46f2084c45c756bee366f744d2821d79e82866b19942e30bb2a20c1e597437" _schecksum=8fbe821fd516f5cd77eb2d5085e5acd8f1852b97f7b7294846fcc57b810ef515
else else
_sversion=".474.gca9c9538-30_i386" _sversion=".395.ge6ca9946-18_i386"
_schecksum="8f2f4e6c71fe923512062e1c0378424a74651f5c107c05e8daf3b7bf67fd6de1" _schecksum=9366d1845dae64637afbc666da31dbe52b843f4003ebc5dc642b1a5984295fb0
fi fi
do_install() { do_install() {