This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The official pacman repository". The branch, master has been updated via ef14c3380da0ed0e3eeba7e8b6c66294db316883 (commit) from 72238aa046b8a8de1c7b9110726986c7538023b5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ef14c3380da0ed0e3eeba7e8b6c66294db316883 Author: morganamilo <morganamilo@archlinux.org> Date: Sat May 1 21:25:35 2021 +0100 libalpm: fix error when installing cached packages without signatures With a repo using "SigLevel = Optional" and a package already downloaded into the cache, download_files() returns 1 (via _alpm_download) to indicate no files were downloaded. This causes installation of the package to fail. Explicitly check that download_files() returns -1 (error) rather than non-zero. Signed-off-by: Allan McRae <allan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: lib/libalpm/sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- The official pacman repository