18 May
2021
18 May
'21
midnight
On 18/5/21 7:25 am, morganamilo wrote:
--- lib/libalpm/alpm.h | 2 -- lib/libalpm/error.c | 2 -- 2 files changed, 4 deletions(-)
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index c4acc062..a5f4a6ae 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -292,8 +292,6 @@ typedef enum _alpm_errno_t { ALPM_ERR_PKG_INVALID_NAME, /** Package has an invalid architecture */ ALPM_ERR_PKG_INVALID_ARCH, - /** Unused */ - ALPM_ERR_PKG_REPO_NOT_FOUND,
My guess is this was (and probably should be) used for "pacman -S bar/foo". That currently gives: error: database not found: bar Allan