Bad time to update?

there is something wrong : version on right appears to be downgraded
have you recheck mirrors before ?

last night, I clicked “Refresh databases” on the pamac-gui

do you use mixed command pamac & pacman ?

manjaro-hello should be 0.7.0-5 on all branches, so it was reverted at some point.
I don’t see a reason why this system shouldn’t be updated.

I’m new to Linux. I haven’t understand fully yet about packages and mirrors.

because of this

that means version from manjaro-mirrors was increment from older version pacman-mirrors
@Manjaro-Team

can you check this point before for confirm action ?

Yes. I did that update.

have you rebooted ?

not yet. I was doing something last night, so I wasn’t able to update my system. I’m planning to do it right now.

I get this warning as well !!
$ sudo pacman-mirrors -f 5 && sudo pacman -Syyu
Warning: manjaro-hello: Local Version (0.7.0-6) is newer than extra (0.7.0-5)

Edit: I always updated the system as soon updates came out.

so from this link ( in stable )
https://gitlab.manjaro.org/-/snippets/881/raw

you should have number version from right
exemple on zstd 1.5.5-1 or you will get 1.5.4-1 from your screen side

it is like you are still using manjaro-mirrors ( from december 22 ), not pamac-mirrors or pacman-mirrors
better is wait return on this point before any action

image
Does it mean that the update was actually downgrading that package?

And I have a solution. Run your updates :wink:

What should I do? If it is something that can be fixed, or just some mirrors need to be corrected, I’m willing to learn what to do.

can you return

pacman -Qs pacman-mirrors
pacman -Qs manjaro-mirrors
pacman -Qs pamac
pacman -Qs pacman
❯ pacman -Qs pacman-mirrors
pacman -Qs manjaro-mirrors
pacman -Qs pamac
pacman -Qs pacman
local/pacman-mirrors 4.23.2+2+g2f58b3c-3
    Manjaro Linux mirror list for use by pacman
local/pacman-mirrors 4.23.2+2+g2f58b3c-3
    Manjaro Linux mirror list for use by pacman
local/libpamac 11.5.2-3
    Library for Pamac package manager based on libalpm
local/pamac-cli 10.5.0-2
    A Package Manager based on libalpm with AUR and Appstream support
local/pamac-gtk 10.5.0-2
    A Package Manager based on libalpm with AUR and Appstream support
local/pamac-tray-icon-plasma 0.1.2-4
    Pamac tray icon for plasma users
local/pacman 6.0.2-10
    A library-based package manager with dependency support
local/pacman-mirrors 4.23.2+2+g2f58b3c-3
    Manjaro Linux mirror list for use by pacman
local/pkgfile 21-2
    a pacman .files metadata explorer
local/timeshift-autosnap-manjaro 0.10-1
    Timeshift auto-snapshot script which runs before package upgrade using Pacman hook.
local/yay 12.0.4-1
    Yet another yogurt. Pacman wrapper and AUR helper written in go.

Would be nice and helpful as well to mention the reason about that manjaro-hello version story!

have you go in testing and then try to go back in stable ?
no need to rush , just wait return confirm for mirrors update

That’s the latest commit.

You are using pacman and opting to not pass the downgrade flag.

sudo pacman -Syuu

The extra u allows for downgrading to match the mirror.

[Note for some: pacman and pamac are not the same.]