There is an updated pull request by kruceter against master on the void-packages repository https://github.com/kruceter/void-packages devilutionx https://github.com/void-linux/void-packages/pull/41658 devilutionX: update to 1.4.1. #### Testing the changes - I tested the changes in this PR: **YES** #### Local build testing - I built this PR locally for my native architecture, x86_64-musl - I built this PR locally for these architectures (if supported. mark crossbuilds): - aarch64-musl (cross) - armv6l-musl (cross) #### About mpqtool Apparently upstream needs some tool to pack assets into one file. If such a tool is not used within CMake, `do_install()` will not install the binary, icons, etc to `$DESTDIR`. Pull request #39184 had encountered this behaviour and placed needed files manually as a result. Packaging `smpq` is a little too much, hence `mpqtool` is used with little patching to make it work. A patch file from https://github.com/void-linux/void-packages/pull/41658.patch is attached