Created attachment 1786511 [details] [PATCH] pacman: Skip over detached signatures when unpacking With pacman 6 the logic in pacman_download_all_packages needs to be adjusted to ignore the detached signatures that pacman fetches along with the packages. I have attached a quick patch to supermin that allows libguestfs to successfully build on Arch with pacman 6. (I'm not sure if the [[ ]] bash-ism introduced is OK though.)
Thanks - applied and pushed. By the way you can just email patches to libguestfs (no need to subscribe). It might be easier.
> I'm not sure if the [[ ]] bash-ism introduced is OK though. As long as /bin/sh is always bash on Arch I think it's OK.