Downloaded 2 times before issuing a ticket.
Packages (3) mingw-w64-x86_64-clang-4.0.0-1 mingw-w64-x86_64-glib2-2.52.2-1
mingw-w64-x86_64-llvm-4.0.0-1
Total Installed Size: 398.17 MiB
Net Upgrade Size: -301.68 MiB
:: Proceed with installation? [Y/n]
(3/3) checking keys in keyring [#####################] 100%
(3/3) checking package integrity [#####################] 100%
error: mingw-w64-x86_64-clang: missing required signature
error: failed to commit transaction (invalid or corrupted package)
Errors occurred, no packages were upgraded.
same here, tried two times (deleted cache in between)
Here is verbose log.
https://pastebin.com/raw/jz6PmvrL
pacman-key --refresh-keys
pacman-key --populate msys2
has no effect to solve.
A workaround can be:
cd /var/cache/pacman/pkg
pacman -U mingw-w64-x86_64-clang-4.0.0-1-any.pkg.tar.xz
Delete the previous llvm/clang packages ...
Seems this was fixed already? I can see the .sig in repo.msys2.org now, at least.
OK to close.
Yeah, seems so. Closing.
Most helpful comment
A workaround can be:
cd /var/cache/pacman/pkg
pacman -U mingw-w64-x86_64-clang-4.0.0-1-any.pkg.tar.xz
Delete the previous llvm/clang packages ...