dhruv8sh / arch-update-checker

Plasma 6 applet to check for AUR and Arch updates
GNU General Public License v2.0
71 stars 5 forks source link

"You are up to date" string shows even if there are packages to install #2

Closed Potajito closed 4 months ago

Potajito commented 4 months ago

Hi! I've run into this bug:

image The "You are up to date" string shows up when also showing packages to be updated. This is on widget version 0.1 and Plasma version 6.0.1

dhruv8sh commented 4 months ago

Weird, are you up to date with the main branch? This should've been fixed in the last update.

Potajito commented 4 months ago

I just installed it via Plasma "Get new widget" could that not be up to date? It shows 0.1 version, but latest is 0.5. so that must be it.

dhruv8sh commented 4 months ago

To make sure you indeed are on the latest version. Run

$ rm -rf ~/.local/share/plasma/plasmoids/org.kde.archupdatechecker
$ git clone https://github.com/dhruv8sh/arch-update-checker
$ cd arch-update-checker
$ plasmapkg2 -i .
$ systemctl --user restart plasma-plasmashell

Then check if this is reproducible, until then I will make sure versioning isn't messed up.

Edit: You are not on the latest version, confirmed.

dhruv8sh commented 4 months ago

Thanks for bringing this to my attention. Turns out I completely forgot to push this update to the store. Should work fine now ( I'd give it about 10 minutes before updates are available on the store ).