New comment by JamiKettunen on void-packages repository https://github.com/void-linux/void-packages/pull/41656#issuecomment-1383006995 Comment: Unfortunately for some programs not much can be done about that, if it's just submodules that don't have tags (but main repo does) it's generally fine to package it, it's just more maintenance burden. https://github.com/void-linux/void-packages/blob/master/srcpkgs/babashka/template is an example of a really unfortunate amount of vendored submodules. We already have [`rnnoise`](https://github.com/void-linux/void-packages/blob/master/srcpkgs/rnnoise/template) packaged as well so maybe you could make use of `rnnoise-devel` to build against the distro packaging (which is up-to-date) and avoid the submodule for that at least; there is an upstream issue about creating a tag since late 2020: https://github.com/xiph/rnnoise/issues/137