New review comment by Duncaen on void-packages repository https://github.com/void-linux/void-packages/pull/43734#discussion_r1199600398 Comment: Defining `depends` manually will overwrite the default minimum version based on the shared library version. ``` void-packages% cat common/shlibs|grep libvterm libvterm.so.0 libvterm-0.3_1 void-packages% cat common/shlibs|grep libtickit libtickit.so.3 libtickit-0.4.1_1 ``` Just for simplicity and for future updates I prefer not to manually overwrite this.