There is a new pull request by tibequadorian against master on the void-packages repository https://github.com/tibequadorian/void-packages x42-plugins https://github.com/void-linux/void-packages/pull/30091 x42-plugins: update to 20210408. Apparently just some small changes to yesterdays release... ```diff diff -r x42-plugins-20210407/gitversion.mak x42-plugins-20210408/gitversion.mak 25c25 < export zconvo_VERSION=0.4.0 --- > export zconvo_VERSION=0.4.2 diff -r x42-plugins-20210407/plugin.news x42-plugins-20210408/plugin.news 143,147c143 < * Increase sleep time above worst-case scheduler granularity < * Fix hang at when re-loading state < * Add LV2 category, and make name more unique < * Add missing include (clang++ build fix) < * Fix linking against lpthread \ No newline at end of file --- > * Remove no-install warning \ No newline at end of file diff -r x42-plugins-20210407/plugin.versions x42-plugins-20210408/plugin.versions 25c25 < zconvo.lv2 v0.4.0 --- > zconvo.lv2 v0.4.2 diff -r x42-plugins-20210407/zconvo.lv2/Makefile x42-plugins-20210408/zconvo.lv2/Makefile 11c11 < conv_VERSION ?= $(shell (git describe --tags HEAD || echo "0") | sed 's/-g.*$$//;s/^v//') --- > zconvo_VERSION ?= $(shell (git describe --tags HEAD || echo "0") | sed 's/-g.*$$//;s/^v//') 51c51 < LV2VERSION=$(conv_VERSION) --- > LV2VERSION=$(zconvo_VERSION) diff -r x42-plugins-20210407/zconvo.lv2/README.md x42-plugins-20210408/zconvo.lv2/README.md 43,44d42 < Don't. The plugin is still work-in-progress. < ``` #### General - [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements) #### Have the results of the proposed changes been tested? - [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me - [x] I generally don't use the affected packages but briefly tested this PR A patch file from https://github.com/void-linux/void-packages/pull/30091.patch is attached