New comment by classabbyamp on void-packages repository https://github.com/void-linux/void-packages/pull/39647#issuecomment-1265467455 Comment: > Sorry, I don't quite understand what you meant by "`perl-GooCanvas2` is the only other package that depends on goocanvas". Doesn't `gpredict` also depend on goocanvas by linking to it? only package other than gpredict is what I meant > The motivation of mine to update goocanvas is to bring [Akira](https://github.com/akiraux/Akira) to Void, which does depend on goocanvas 3. If I understand correctly, if other packages like `gpredict` or `perl-Goocanvas2` refuse to move on, `Akira` could never land on Void Linux, right? in this case, we'd want to have a versioned package for the time being, like `goocanvas2` and `goocanvas`. however, it seems that akira removed goocanvas? (https://github.com/akiraux/Akira/pull/652) > How do I verify the GitHub action `Verify repository state` locally? Is it documented anywhere? that ci step: https://github.com/void-linux/void-packages/blob/2cb7f280f8fbded19d8f4fc22813dd47336665a0/.github/workflows/build.yaml#L120-L126 runs this script: https://github.com/void-linux/void-packages/blob/master/common/travis/check-install.sh I would not recommend running it locally outside of a container.