Latest Spotify won't build/install from AUR

I just get this:

Arch & EndeavourOS update check:
:: Searching Arch & EndeavourOS for updates…

there is nothing to do

AUR update check:
:: Searching AUR for updates…
→ Missing AUR Packages: libopenaptx
→ Flagged Out Of Date AUR Packages: spotify
:: 1 Packages to upgrade.
1 aur/spotify 1:1.1.72.439-2 → 1:1.1.72.439-3
==> Packages to exclude: (eg: “1 2 3”, “1-3”, “^4” or repo name)
==>
:: Checking for conflicts…
:: Checking for inner conflicts…
[Aur:1] spotify-1:1.1.72.439-3

1 spotify (Installed) (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==>
:: PKGBUILD up to date, Skipping (1/0): spotify
1 spotify (Installed) (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==>
:: (1/1) Parsing SRCINFO: spotify
==> Making package: spotify 1:1.1.72.439-3 (Mon 06 Dec 2021 17:46:40 GMT)
==> Retrieving sources…
→ Found spotify.protocol
→ Found LICENSE
→ Found spotify-1.1.72.439-x86_64.deb
→ Found spotify-1.1.72.439-3-Release
→ Found spotify-1.1.72.439-3-Release.sig
→ Found spotify-1.1.72.439-3-x86_64-Packages
==> Validating source files with sha512sums…
spotify.protocol … Passed
LICENSE … Passed
spotify-1.1.72.439-x86_64.deb … Passed
spotify-1.1.72.439-3-Release … Skipped
spotify-1.1.72.439-3-Release.sig … Skipped
spotify-1.1.72.439-3-x86_64-Packages … Skipped
==> Verifying source file signatures with gpg…
spotify-1.1.72.439-3-Release … Passed
==> Making package: spotify 1:1.1.72.439-3 (Mon 06 Dec 2021 17:46:43 GMT)
==> Checking runtime dependencies…
==> Checking buildtime dependencies…
==> Retrieving sources…
→ Found spotify.protocol
→ Found LICENSE
→ Found spotify-1.1.72.439-x86_64.deb
→ Found spotify-1.1.72.439-3-Release
→ Found spotify-1.1.72.439-3-Release.sig
→ Found spotify-1.1.72.439-3-x86_64-Packages
==> Validating source files with sha512sums…
spotify.protocol … Passed
LICENSE … Passed
spotify-1.1.72.439-x86_64.deb … Passed
spotify-1.1.72.439-3-Release … Skipped
spotify-1.1.72.439-3-Release.sig … Skipped
spotify-1.1.72.439-3-x86_64-Packages … Skipped
==> Verifying source file signatures with gpg…
spotify-1.1.72.439-3-Release … Passed
==> Removing existing $srcdir/ directory…
==> Extracting sources…
→ Extracting spotify-1.1.72.439-x86_64.deb with bsdtar
==> Starting prepare()…
grep: spotify-1.1.72.439-Release: No such file or directory
sha256sum: spotify-1.1.72.439-x86_64-Packages.sha256: no properly formatted checksum lines found
==> ERROR: A failure occurred in prepare().
Aborting…
→ error making: spotify
:: Warning: no AUR helper found.
:: Please check configuration file /etc/eos-script-lib-yad.conf,
:: and check that the configured AUR helper is installed.

Press ENTER to close this window:

What are you trying to do install or update?

Update the current version of Spotify.

Seems you’re trying this through the welcome app. Run the below command and post the output, please.

pacman -Qi yay

had the same issue…

I followed the instructions in this post on the AUR page to fix it…
(don’t forget to click on ‘show more’ to see full instructions :wink: )

1 Like

So it’s a gpg key issue?

over here it was anyways…
seems like the pkgbuild was updated since then…

(seems it didn’t help though :sweat_smile:)

:rofl: yeah seems like it. I was just worried about this.

Thanks for your help, people. I updated the key using the instructions at https://aur.archlinux.org/packages/spotify/?O=30&PP=10#comment-839009 and now it builds correctly.

Thanks again.

This is right on the webpage for spotify in the AUR.

https://aur.archlinux.org/packages/spotify

Spotify was flagged out of date recently. I just installed it today with no issues as it’s updated now.

Another way of installing it is to bypass the key check on build if it’s outdated.

yay -S --mflags --skipinteg spotify

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