From c4453276b9c351094ce247150918a2dd50429881 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Tue, 19 May 2026 15:16:10 +0100 Subject: fix(pacman): correct llama.cpp-vulkan IgnorePkg name (was llama-cpp-vulkan) The AUR package is named with a dot, not a dash: `llama.cpp-vulkan`. The IgnorePkg entry used the wrong spelling, so it never matched and the package was upgraded on every -Syu. --- etc/pacman.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc/pacman.conf') diff --git a/etc/pacman.conf b/etc/pacman.conf index 8adc5ae..7097940 100644 --- a/etc/pacman.conf +++ b/etc/pacman.conf @@ -22,9 +22,9 @@ HoldPkg = pacman glibc Architecture = auto # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup -# llama-cpp-vulkan: AUR rebuilds on every llama.cpp commit (1-2 hour build); -# pin and update manually with `paru -S llama-cpp-vulkan` when intended. -IgnorePkg = llama-cpp-vulkan +# llama.cpp-vulkan: AUR rebuilds on every llama.cpp commit (1-2 hour build); +# pin and update manually with `paru -S llama.cpp-vulkan` when intended. +IgnorePkg = llama.cpp-vulkan #IgnoreGroup = #NoUpgrade = -- cgit v1.3.1