c9acfc2b
by Allan McRae at 2024-06-19T17:38:07+10:00
Fix error when downloading signature file for an existing package file
If a package was already downloaded but its signature file was not,
pacman would download the signature then error out despite all files
being present.
Also fixes a similar error when some, but not all, package databases
were updated with -Sy.
Fixes #156
Signed-off-by: Allan McRae <allan@archlinux.org>