Spotfiy AUR not updating

Hi All,

I have Spotify installed from the AUR and there has been an update pushed however I am unable to build the package. I do not want to install the snap version as it’s slow as mollasses to load.

    Preparing...
Cloning spotify build files...
Checking spotify dependencies...
Synchronizing package databases...
Resolving dependencies...
Checking inter-conflicts...

Building spotify...
==> Making package: spotify 1:1.1.42.622-2 (Mon 26 Oct 2020 08:42:04 AM)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found spotify.protocol
  -> Found LICENSE
  -> Found spotify-1.1.42.622-Release
  -> Found spotify-1.1.42.622-Release.sig
  -> Found spotify-1.1.42.622-x86_64.deb
  -> Found spotify-1.1.42.622-x86_64-Packages
==> Validating source files with sha512sums...
    spotify.protocol ... Passed
    LICENSE ... Passed
    spotify-1.1.42.622-Release ... Skipped
    spotify-1.1.42.622-Release.sig ... Skipped
==> Validating source_x86_64 files with sha512sums...
    spotify-1.1.42.622-x86_64.deb ... Passed
    spotify-1.1.42.622-x86_64-Packages ... Passed
==> Verifying source file signatures with gpg...
    spotify-1.1.42.622-Release ... FAILED (invalid public key 2EBF997C15BDA244B6EBF5D84773BD5E130D1D45)
==> ERROR: One or more PGP signatures could not be verified!
Failed to build spotify

Preparing...
Cloning spotify build files...
Checking spotify dependencies...
Synchronizing package databases...
Resolving dependencies...
Checking inter-conflicts...

Building spotify...
==> Making package: spotify 1:1.1.42.622-2 (Mon 26 Oct 2020 11:54:44 AM)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found spotify.protocol
  -> Found LICENSE
  -> Found spotify-1.1.42.622-Release
  -> Found spotify-1.1.42.622-Release.sig
  -> Found spotify-1.1.42.622-x86_64.deb
  -> Found spotify-1.1.42.622-x86_64-Packages
==> Validating source files with sha512sums...
    spotify.protocol ... Passed
    LICENSE ... Passed
    spotify-1.1.42.622-Release ... Skipped
    spotify-1.1.42.622-Release.sig ... Skipped
==> Validating source_x86_64 files with sha512sums...
    spotify-1.1.42.622-x86_64.deb ... Passed
    spotify-1.1.42.622-x86_64-Packages ... Passed
==> Verifying source file signatures with gpg...
    spotify-1.1.42.622-Release ... FAILED (invalid public key 2EBF997C15BDA244B6EBF5D84773BD5E130D1D45)
==> ERROR: One or more PGP signatures could not be verified!
Failed to build spotify

See the PKGBuild of spotify PKGBUILD - aur.git - AUR Package Repositories

You are using an old key.

validpgpkeys=('8FD3D9A8D3800305A9FFF259D1742AD60D811D58') # Spotify <tux@spotify.com>
# Old Keys:
# 931FF8E79F0876134EDDBDCCA87FF9DF48BF1C90
# 2EBF997C15BDA244B6EBF5D84773BD5E130D1D4

To import the key according to the pinned comment in AUR (en) - spotify

curl -sS https://download.spotify.com/debian/pubkey_0D811D58.gpg | gpg --import -
2 Likes

Thank you! I updated the public keys and I am still facing the same issues.

What is the output when you build spotify?

and the output of gpg --list-keys

----------------------------

pub rsa4096 2018-05-23 [SC] [expired: 2020-08-21]
931FF8E79F0876134EDDBDCCA87FF9DF48BF1C90
uid [ expired] Spotify Public Repository Signing Key tux@spotify.com

pub rsa4096 2019-07-15 [SC] [expired: 2020-10-07]
2EBF997C15BDA244B6EBF5D84773BD5E130D1D45
uid [ expired] Spotify Public Repository Signing Key tux@spotify.com

pub rsa4096 2020-09-08 [SC] [expires: 2021-12-02]
8FD3D9A8D3800305A9FFF259D1742AD60D811D58
uid [ unknown] Spotify Public Repository Signing Key tux@spotify.com

Nevermind it worked after I cleared cache for AUR in Pamac.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.