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 - 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}" } ``` - copy srcpkgs/python3-pywlroots/template to srcpkgs/python3-pywlroots-0.16/template (0.15 is already deleted) Does this look correct?