ba4bb234
by morganamilo at 2025-11-01T07:34:36+00:00
libalpm: don't download .pkg files when the only .sig is needed
Commit 2ae63606 moved payload mtime configuration into the sandbox
setup. This made it so that when the sandbox is disabled, the whole
package file would be redownloaded.
This caused the downloader to download more data than intended and
display download %s abover 100%.
Fixes #200.