Carla icon indicating copy to clipboard operation
Carla copied to clipboard

appdata.xml is missing timestamp

Open Bleuzen opened this issue 3 years ago • 0 comments

I currently try to update Carla to v2.4.2 on flathub. The build is using the appdata.xml from this repo now. However the build fails with:

builddir/files/share/appdata/studio.kx.carla.appdata.xml: FAILED:
• attribute-missing     : <release> has no timestamp
Validation of files failed
program finished with exit code 1

Your appdata xml releases need a timestamp. For example:

  <releases>
    <release version="2.4.2" date="2022-02-19" />
  </releases>

Bleuzen avatar Feb 19 '22 20:02 Bleuzen