New comment by k4leg on void-packages repository https://github.com/void-linux/void-packages/pull/32851#issuecomment-913740561 Comment: The license is broken. Spotify has update their license. I think something like this will do: ```patch --- a/srcpkgs/spotify/template 2021-09-06 18:48:14.702054850 +0300 +++ b/srcpkgs/spotify/template 2021-09-06 18:48:02.203876000 +0300 @@ -18 +18 @@ checksum=777d3c0896528b84be749fa8d4f4c82 -_license_checksum=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 +_license_checksum=ceab67e78aef6b9cbd9bfbea9261c0b344cd54b91d15dad3825caf8e7f4d83c3 @@ -26 +26 @@ post_extract() { - sed -n '/Spotify Terms and Conditions of Use/,/^USA$/p' > EULA + sed -n '/Spotify Terms of Use/,/rights under these Terms, to any third party./p' > EULA ```