You are not logged in.

#1 2020-10-07 17:15:45

stephenboston
Banned
Registered: 2020-09-27
Posts: 46

[SOLVED]makepkg on AUR spotify failing validity check

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


 ->$ makepkg -s
==> Making package: spotify 1:1.1.42.622-1 (Wed Oct  7 10:12:08 2020)
==> 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 ... FAILED
    spotify-1.1.42.622-Release.sig ... Skipped
==> ERROR: One or more files did not pass the validity check!

Last edited by stephenboston (2020-10-07 18:49:27)

Offline

#2 2020-10-07 17:23:45

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,657

Re: [SOLVED]makepkg on AUR spotify failing validity check

Read the comments of the AUR page.

Mod note: Moving to AUR issues.

Offline

#3 2020-10-07 18:28:03

stephenboston
Banned
Registered: 2020-09-27
Posts: 46

Re: [SOLVED]makepkg on AUR spotify failing validity check

V1del wrote:

Read the comments of the AUR page.

Mod note: Moving to AUR issues.


Thanks. This comment fixed the issue for me.

navidagz commented on 2020-10-06 09:03
For those who have a problem with validity check, import the this GPG key:

curl -sS https://download.spotify.com/debian/pubkey_0D811D58.gpg | gpg --import -
Then edit the PKGBUILD like below:

 sha512sums=('999abe46766a4101e27477f5c9f69394a4bb5c097e2e048ec2c6cb93dfa1743eb436bde3768af6ba1b90eaac78ea8589d82e621f9cbe7d9ab3f41acee6e8ca20'
             '2e16f7c7b09e9ecefaa11ab38eb7a792c62ae6f33d95ab1ff46d68995316324d8c5287b0d9ce142d1cf15158e61f594e930260abb8155467af8bc25779960615'
-            '70ff7e4e90e2aa96c1a1ff9cb4e09d86852c2fff7fa5a8acf58c3c36fd081bb190e0e1de09f2c77bc1f7c792c3ea33612e709d2f2ac3f5a0e6bb9bcbd6ada37b'
+            'd640af1e310c3bd1d1980b7629ea0ccb2c2a0476d14d2fc05d2d835b0994f7e5ab9d769adcbec0d354dddb13c20a4813fad6f3220b38787b3ace744fefd47851'
             'SKIP')
 sha512sums_x86_64=('a3fe98d69460ffd641df3219c2a3d164a33e2b52c86a56276e473dd5c3a43d6304df3b77fefcf0ca6c09cb6e2c8dacab65573cf7543725b6c8d402832149e122'
                    'af7eb8c50e003638cab04ef1cad36f43379e678a1071c65844a6ff8963434b427044b76159e51c1383698c309c814261ed85aab02ffb86ac73ee86181aada5e9')
-validpgpkeys=('931FF8E79F0876134EDDBDCCA87FF9DF48BF1C90'
-              '2EBF997C15BDA244B6EBF5D84773BD5E130D1D45') # Spotify <tux@spotify.com>
+validpgpkeys=('8FD3D9A8D3800305A9FFF259D1742AD60D811D58') # Spotify <tux@spotify.com>

I then

makepkg -si

and I have a perfectly functioning spotify.

Offline

#4 2020-10-07 18:31:31

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,657

Re: [SOLVED]makepkg on AUR spotify failing validity check

Great, please mark this as [SOLVED] by prepending the title in your first post.

Offline

Board footer

Powered by FluxBB