diff options
| author | 2026-05-19 15:16:10 +0100 | |
|---|---|---|
| committer | 2026-05-19 15:16:10 +0100 | |
| commit | c4453276b9c351094ce247150918a2dd50429881 (patch) | |
| tree | 3eb9b643bcdd1d16e0c0e57aa930267ef0760b7a /etc | |
| parent | b016abcd85a4a531eecd74f064a12abbfa66975b (diff) | |
| download | dotfiles-c4453276b9c351094ce247150918a2dd50429881.tar.gz dotfiles-c4453276b9c351094ce247150918a2dd50429881.tar.bz2 dotfiles-c4453276b9c351094ce247150918a2dd50429881.zip | |
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.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/pacman.conf | 6 |
1 files changed, 3 insertions, 3 deletions
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 = |
