Package Details: spotify 1:1.2.37.701-1

Git Clone URL: https://aur.archlinux.org/spotify.git (read-only, click to copy)
Package Base: spotify
Description: A proprietary music streaming service
Upstream URL: https://www.spotify.com
Licenses: custom
Submitter: Foxboron
Maintainer: gromit (Antiz)
Last Packager: Antiz
Votes: 154
Popularity: 13.47
First Submitted: 2023-02-09 22:51 (UTC)
Last Updated: 2024-05-20 13:38 (UTC)

Pinned Comments

gromit commented on 2024-01-24 14:22 (UTC) (edited on 2024-02-22 23:00 (UTC) by gromit)

Please make sure to import the correct GPG key first:

$ curl -sS https://download.spotify.com/debian/pubkey_6224F9941A8AA6D1.gpg  | gpg --import -

And always build in a clean chroot. It is as easy as:

pacman -S devtools
git clone https://aur.archlinux.org/spotify.git
cd spotify
pkgctl build
pacman -U <path-to-spotify-package>

It is expected that the package will break now and then, as spotify continuously changes download binaries, gpg keys etc (which is not appropriate, but we cannot change this). Please be patient if an update does not occur the next day, you can still use an existing spotify install or update the version yourself.

Antiz commented on 2023-09-13 13:21 (UTC)

@lightofpast Just pushed v1:1.2.20.1210-2 that now allows you to set custom launch flags in a spotify-flags.conf file under $XDG_CONFIG_HOME or ~/.config :)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 Next › Last »

eclairevoyant commented on 2023-04-23 03:12 (UTC)

@luislmoron read my previous comment

luism.py commented on 2023-04-23 03:06 (UTC)

spotify-1.2.8.923-1-x86_64-Packages: La suma coincide spotify-1.2.8.923-g4f94bf0d-x86_64.deb: La suma no coincide sha512sum: ATENCIÓN: 1 suma calculada NO coincidió

Please Help

eclairevoyant commented on 2023-04-21 21:07 (UTC) (edited on 2023-04-21 21:09 (UTC) by eclairevoyant)

Just set the values according to http://repository.spotify.com/dists/testing/non-free/binary-amd64/Packages:

pkgver='1.2.9.743'
_commit=g85d9593d

and update 3rd element of sha512sums to 3939213b1f7a2776000417e48fec84aebb8b1f4156b3521542c9b901b4e78f4ff00d9d20c77747ae67bde75a4a36dabc5a3e5e431aef66207b6a8b264e58c9e5

Also as a future etiquette thing, if you're going to post long logs post it via an external site like hastebin or zerobin so it doesn't take up half the page

nai7ah commented on 2023-04-21 19:08 (UTC)

I'm getting A failure occurred in prepare when I try to build. I also tried running extra-x86_64-build, but got the same error.

[spotify]$ gpg --list-keys
~/.gnupg/pubring.kbx
------------------------------
pub   rsa4096 2022-11-14 [SC] [expires: 2024-02-07]
      E27409F51D1B66337F2D2F417A3A762FAFD4A51F
uid           [ unknown] Spotify Public Repository Signing Key <tux@spotify.com>

[spotify]$ git log -1
commit 070a1ca64433822f74b02bb88b82a223f05c48ab (HEAD -> master, origin/master, origin/HEAD)
Author: NicoHood <git@nicohood.de>
Date:   Wed Apr 5 09:21:36 2023 +0200

    1.2.8.923

[spotify]$ makepkg -sirc
==> Making package: spotify 1:1.2.8.923-1 (Fri 21 Apr 2023 11:59:41 AM PDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found spotify.protocol
  -> Found LICENSE
  -> Downloading spotify-1.2.8.923-g4f94bf0d-x86_64.deb...
  -> Downloading spotify-1.2.8.923-1-Release...
  -> Downloading spotify-1.2.8.923-1-Release.sig...
  -> Downloading spotify-1.2.8.923-1-x86_64-Packages...
==> Validating source files with sha512sums...
    spotify.protocol ... Passed
    LICENSE ... Passed
    spotify-1.2.8.923-g4f94bf0d-x86_64.deb ... Passed
    spotify-1.2.8.923-1-Release ... Skipped
    spotify-1.2.8.923-1-Release.sig ... Skipped
    spotify-1.2.8.923-1-x86_64-Packages ... Skipped
==> Verifying source file signatures with gpg...
    spotify-1.2.8.923-1-Release ... Passed
==> Extracting sources...
  -> Extracting spotify-1.2.8.923-g4f94bf0d-x86_64.deb with bsdtar
==> Starting prepare()...
spotify-1.2.8.923-1-x86_64-Packages: OK
spotify-1.2.8.923-g4f94bf0d-x86_64.deb: FAILED
sha512sum: WARNING: 1 computed checksum did NOT match
==> ERROR: A failure occurred in prepare().
    Aborting...

buz32 commented on 2023-04-21 13:19 (UTC) (edited on 2023-04-21 13:21 (UTC) by buz32)

I managed to install heading to .cache/yay/spotify, and running:

makepkg --syncdeps --noprepare --install

hint: I used to skip package() with --noprepare

as I had error ==> ERROR: A failure occurred in package(). Aborting...

it works, and installs, all I could care

Wraaath commented on 2023-04-21 11:46 (UTC)

@wunsz
You are using the --noextract while installing. This prevents the program from actually extracting source files that are needed for the installation. I updated my comment so you can see what I did.

wunsz commented on 2023-04-21 09:19 (UTC) (edited on 2023-04-21 09:20 (UTC) by wunsz)

Hey! I'm still having problems installing Spotify using version 1.2.8.923-1:

❯ yay -Sy --mflags --noextract spotify

==> Making package: spotify 1:1.2.8.923-1 (pią, 21 kwi 2023, 11:14:30)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Sources are ready.
==> Making package: spotify 1:1.2.8.923-1 (pią, 21 kwi 2023, 11:14:31)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Entering fakeroot environment...
==> Starting package()...
tar (child): data.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
==> ERROR: A failure occurred in package().
    Aborting...
 -> error making: spotify-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
spotify - exit status 4

Wraaath commented on 2023-04-21 08:20 (UTC) (edited on 2023-04-21 11:46 (UTC) by Wraaath)

Since the checksums seem to always be outdated I just installed Spotify ignoring the checksums. Keep in mind, this is not an actual fix, this just ignores the problem.
First I did a regular install with yay -S spotify.
In .cache/yay/spotify I ran makepkg --noextract --syncdeps --install.
Hope this helps.

Giulia commented on 2023-04-15 15:28 (UTC)

After importing the new gpg public key (pubkey_7A3A762FAFD4A51F.gpg), spotify-1.2.8.923-1-Release's gpg signature fails to be verified. In my keyring the gpg key is shown as uid [unknown] Spotify Public Repository Signing Key <tux@spotify.com>. Am i missing something?