Closed issue by chrysos349 on void-packages repository https://github.com/void-linux/void-packages/issues/46073 Description: ### Is this a new report? Yes ### System Info Void 6.3.13_1 x86_64 GenuineIntel uptodate rrFFFFF ### Package(s) Affected qt6-location-6.5.2_1, qt6-location-devel-6.5.2_1 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? _No response_ ### Expected behaviour I expect qt6-location to be compiled and packaged. Proper link for qt6-location: `distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtlocation-everywhere-src-${version}.tar.xz"` Proper makedepends for qt6-location: `makedepends="qt6-declarative-devel qt6-positioning-devel"` ### Actual behaviour The package compiled is actually qt6-positioning Wrong link for qt6-location: `distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtpositioning-everywhere-src-${version}.tar.xz"` ### Steps to reproduce @Johnnynator 1. Compile the template for qt6-location 2. You will get `qt6-location` package with `qt6-positioning` contents (there is no proper `qt6-positioning` in the repository). Solution 1. The template needs to be renamed to qt6-positioning. The proper template for qt6-location needs to be created.