Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multimedia/spotify #8749

Merged
merged 2 commits into from
Nov 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions multimedia/spotify/spotify.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=spotify
SRCNAM=spotify-client
VERSION=${VERSION:-1.2.45.454}
RELVER=${RELVER:-gc16ec9f6}
VERSION=${VERSION:-1.2.48.405}
RELVER=${RELVER:-gf2c48e6f}
VERSION32=${VERSION32:-1.0.72.117}
RELVER32=${RELVER32:-g6bd7cc73-35}
BUILD=${BUILD:-1}
Expand Down Expand Up @@ -81,8 +81,6 @@ for res in 16 22 24 32 48 64 128 256 512; do
"$PKG/usr/share/icons/hicolor/${res}x${res}/apps/$SRCNAM.png"
done

# docs.
gzip -dc $PKG/usr/share/doc/$SRCNAM/changelog.gz > $PKG/usr/doc/$PRGNAM-$VERSION/ChangeLog
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

# remove dirs.
Expand Down
6 changes: 3 additions & 3 deletions multimedia/spotify/spotify.info
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PRGNAM="spotify"
VERSION="1.2.45.454"
VERSION="1.2.48.405"
HOMEPAGE="https://www.spotify.com"
DOWNLOAD="http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.72.117.g6bd7cc73-35_i386.deb"
MD5SUM="c8e54d60452bda40f6de23f11c909b2d"
DOWNLOAD_x86_64="http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.2.45.454.gc16ec9f6_amd64.deb"
MD5SUM_x86_64="bec1901d94c6cb6418c41968f1b1c92d"
DOWNLOAD_x86_64="http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.2.48.405.gf2c48e6f_amd64.deb"
MD5SUM_x86_64="2f46d4c0c6c0b05e5e7107e493ba529e"
REQUIRES="libcurl-gnutls libayatana-appindicator"
MAINTAINER="Reza Talebi"
EMAIL="reza.talebi.73@outlook.com"