From df471b30a42ca1d555c06397d0236f28d692d768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Mas=C5=82owski?= Date: Mon, 4 Mar 2013 09:55:17 +0100 Subject: pacman: use SyncFirst for keyring packages, not for pacman. There were more changes recently when updating pacman first broke it (e.g. it depended on newer libarchive or glibc) than when it was needed. Keyring packages need to be updated first if updates signed by new keys are downloaded. --- libre/pacman/pacman.conf.mips64el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libre/pacman/pacman.conf.mips64el') diff --git a/libre/pacman/pacman.conf.mips64el b/libre/pacman/pacman.conf.mips64el index 3c32ddb78..e6cff6811 100644 --- a/libre/pacman/pacman.conf.mips64el +++ b/libre/pacman/pacman.conf.mips64el @@ -16,7 +16,7 @@ #GPGDir = /etc/pacman.d/gnupg/ HoldPkg = pacman glibc # If upgrades are available for these packages they will be asked for first -SyncFirst = pacman +SyncFirst = archlinux-keyring parabola-keyring #XferCommand = /usr/bin/curl -C - -f %u > %o #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u #CleanMethod = KeepInstalled -- cgit v1.2.3-2-g168b