From f1a9bb9c7554b6fd65a134a0084835c4e06750da Mon Sep 17 00:00:00 2001 From: Christoph Scholtes Date: Tue, 8 Aug 2023 06:55:31 -0600 Subject: [PATCH] Explicitly update pacman package lists for every package install to avoid stale package links. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 23b5efb..b500c87 100644 --- a/Makefile +++ b/Makefile @@ -234,7 +234,7 @@ dep-ubuntu: dep-arch-linux: - pacman -S --noconfirm --needed \ + pacman -Suyy --noconfirm && pacman -S --noconfirm --needed \ git \ cmake \ patch \