https://bugs.kde.org/show_bug.cgi?id=452531
Bug ID: 452531 Summary: Skrooge's flatpak info indicates old version Product: skrooge Version: Trunk from git Platform: Flatpak OS: Linux Status: REPORTED Severity: minor Priority: NOR Component: general Assignee: guillaume.deb...@gmail.com Reporter: skierp...@gmail.com CC: steph...@mankowski.fr Target Milestone: --- SUMMARY https://flathub.org/apps/details/org.kde.skrooge or `flatpak info org.kde.skrooge//stable` and `flatpak info org.kde.skrooge//master` both report Skrooge's version as 2.20.0, which is from 2020. Both Flathub and kdeapps are way beyond that. EXPECTED RESULT Show the same version that the about box and `flatpak run org.kde.skrooge --version` report. ADDITIONAL INFORMATION I think the fix is easy, just add a line to the <releases> element in skrooge/org.kde.skrooge.appdata.xml; the latest one is <release version="2.20.0" date="2019-06-20"/> Probably should add the other releases here as well. Maybe there's a way to automate adding to this on each version change. It seems the Flathub flatpak recipe attempts to insert a newer version line as a local workaround, https://github.com/flathub/org.kde.skrooge/blob/master/org.kde.skrooge.json#L233 : "sed -i '517i <release version=\"2.24.6\" date=\"2020-12-05\"/>' skrooge/org.kde.skrooge.appdata.xml" but this is also out of date and it does it in the wrong place ;-) -- You are receiving this mail because: You are watching all bug changes.