What is this, and why does it cause my -Syu update to fail?

Have tried twice this week to do a sudo pacman -Syu system update, and have encountered the same error each time:

error: eos-translations: signature from “manuel <manuel@endeavouros.com>” is unknown trust
:: File /var/cache/pacman/pkg/eos-translations-26.5-1-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] y
error: eos-update: signature from “manuel <manuel@endeavouros.com>” is unknown trust
:: File /var/cache/pacman/pkg/eos-update-26.5.1-2-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] y
error: eos-reboot-recommended: signature from “manuel <manuel@endeavouros.com>” is unknown trust
:: File /var/cache/pacman/pkg/eos-reboot-recommended-26.5-2-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] y
error: failed to commit transaction (invalid or corrupted package)
Errors occurred, no packages were upgraded.

It looks like this is a translation package with an untrusted source? Is there a way to remove/bypass this in a way that will allow me to upgrade my packages?

error: eos-translations: signature from “manuel <manuel@endeavouros.com>” is unknown trust
:: File /var/cache/pacman/pkg/eos-translations-26.5-1-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] y
error: eos-update: signature from “manuel <manuel@endeavouros.com>” is unknown trust
:: File /var/cache/pacman/pkg/eos-update-26.5.1-2-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] y
error: eos-reboot-recommended: signature from “manuel <manuel@endeavouros.com>” is unknown trust
:: File /var/cache/pacman/pkg/eos-reboot-recommended-26.5-2-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] y
error: failed to commit transaction (invalid or corrupted package)
Errors occurred, no packages were upgraded.

:green_heart:

Try updating the keyrings (this appears to be only related to the EOS keyrings, but it won’t hurt to update both the arch and EOS keyrings:

sudo pacman -Sy archlinux-keyring endeavouros-keyring && sudo pacman -Su

Also update/change your mirrors. Could be a specific server outdate

Tried this, got another error:

:: Synchronising package databases…
endeavouros is up to date
core is up to date
extra is up to date
multilib is up to date
warning: archlinux-keyring-20260420-1 is up to date – reinstalling
warning: endeavouros-keyring-20231222-1 is up to date – reinstalling
resolving dependencies…
looking for conflicting packages…

Package (2)                      Old Version  New Version  Net Change  Download Size

core/archlinux-keyring           20260420-1   20260420-1     0.00 MiB
endeavouros/endeavouros-keyring  20231222-1   20231222-1     0.00 MiB       0.02 MiB

Total Download Size:   0.02 MiB
Total Installed Size:  1.74 MiB
Net Upgrade Size:      0.00 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving packages…
endeavouros-keyring-20231222-1-any                            21.1 KiB   128 KiB/s 00:00 [----------------------------------------------------] 100%
(2/2) checking keys in keyring                                                            [----------------------------------------------------] 100%
(2/2) checking package integrity                                                          [----------------------------------------------------] 100%
error: endeavouros-keyring: signature from “manuel manuel@endeavouros.com” is unknown trust
:: File /var/cache/pacman/pkg/endeavouros-keyring-20231222-1-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] y
error: failed to commit transaction (invalid or corrupted package (PGP signature))
Errors occurred, no packages were upgraded.