I am the maintainer for AUR package Kwim and I have encountered an odd issue in my PKGBUILD, here is the Termbin link:https://termbin.com/uo1m (ignore the "ls" this isn't same PKGBUILD as the one on the AUR) The issue is that when zig-wl.tar.gz and xkb.tar.gz are extracted instead of being "zig-wl-ver" they use their upstream name without the version I.E "zig-wayland". This only seems to happen on my machine as another user has commented that they had to update the sums and filenames on their machine. Comment:https://aur.archlinux.org/packages/kwim#comment-1072854 This is not the first time this has happened to me but, the last time it happened was because I had a typo in my source array, which is not the case here. Does anyone have any idea why this is happening? Here is a list of things I tried: Deleting kwim's tmp directory and rebuilding the package. Building in a clean chroot. Using Curl -sL to see what the original extracted directory name is.(It was zig-wayland-0.6.0, different from the one in my PKGBUILD) Here's the PKGBUILD currently on the AUR: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=kwim&id=9048bbc038230...