I installed the recent [Stable Update] 2025-12-15 and [Stable Update] 2025-12-08 updates (since I had missed the 2025-12-08 release).
Now sudo pacman -Syu gets a message that the local btrfsmaintenance is newer than the repo package:
sudo pacman -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
multilib is up to date
:: Starting full system upgrade...
warning: btrfsmaintenance: local (1:0.5.2-1) is newer than extra (0.5.2-2)
there is nothing to do
I tried reinstalling it but keep getting this corruption error:
sudo pacman -Syu btrfsmaintenance
:: Synchronizing package databases...
core is up to date
extra is up to date
multilib is up to date
warning: downgrading package btrfsmaintenance (1:0.5.2-1 => 0.5.2-2)
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
Packages (1) btrfsmaintenance-0.5.2-2
Total Download Size: 0.02 MiB
Total Installed Size: 0.06 MiB
Net Upgrade Size: 0.02 MiB
:: Proceed with installation? [Y/n] y
:: Retrieving packages...
btrfsmaintenance... 19.1 KiB 340 KiB/s 00:00 [----------------------] 100%
(1/1) checking keys in keyring [----------------------] 100%
(1/1) checking package integrity [----------------------] 100%
error: btrfsmaintenance: signature from "George Hu <integral@archlinux.org>" is unknown trust
:: File /var/cache/pacman/pkg/btrfsmaintenance-0.5.2-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 (PGP signature))
Errors occurred, no packages were upgraded.
I tried sudo pacman -Syyuu btrfsmaintenance but still getting the same result. I even tried n for the Do you want to delete it? [Y/n] but still the same result.
I also cleaned my local caches with sudo pacman -Scc and verified that /var/cache/pacman/pkg/ is empty, yet still have the same issue.
Not sure this could have something to do with it, but I had this error which appeared benign while upgrading to this release (2025-12-15):
[2025-12-15T14:41:38-0500] [ALPM] upgraded manjaro-keyring (20230719-3 -> 20251003-1)
[2025-12-15T14:41:39-0500] [ALPM-SCRIPTLET] ==> Appending keys from manjaro.gpg...
[2025-12-15T14:41:40-0500] [ALPM-SCRIPTLET] ==> Locally signing trusted keys in keyring...
[2025-12-15T14:41:42-0500] [ALPM-SCRIPTLET] ==> ERROR: F66AD0FF0E57C561615A0901CEE477135C5872B0 could not be locally signed.
Additionally, I am now getting this error:
sudo pacman -Syu
:: Synchronizing package databases...
core is up to date
extra 8.7 MiB 10.8 MiB/s 00:01 [----------------------] 100%
multilib is up to date
:: Starting full system upgrade...
warning: btrfsmaintenance: local (1:0.5.2-1) is newer than extra (0.5.2-2)
resolving dependencies...
looking for conflicting packages...
Packages (1) gnome-shell-extension-forge-89-1
Total Download Size: 0.09 MiB
Total Installed Size: 0.32 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
gnome-shell-exte... 93.9 KiB 1342 KiB/s 00:00 [----------------------] 100%
(1/1) checking keys in keyring [----------------------] 100%
(1/1) checking package integrity [----------------------] 100%
error: gnome-shell-extension-forge: signature from "Mark Wagie <mark@manjaro.org>" is unknown trust
:: File /var/cache/pacman/pkg/gnome-shell-extension-forge-89-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.
Once again, trying n yields the same results.
Any ideas what is causing this?