New comment by kaistian on void-packages repository https://github.com/void-linux/void-packages/pull/50736#issuecomment-2155484903 Comment: Just to make sure I understand, here is a rough overview - delete srcpkgs/python3-pywlroots-0.16 (0.15 is already deleted) - rename srcpkgs/python3-pywlroots-017 to srcpkgs/python3-pywlroots - add in srcpkgs/python3-pywlroots/template following ```python3-pywlroots-0.16_package() { build_style=meta short_desc+=" - (Dummy transistional package)" depends="${sourcepkg}" } ``` Does this look correct?