diff options
| -rw-r--r-- | dot_config/paru/paru.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dot_config/paru/paru.conf b/dot_config/paru/paru.conf index 6a3632c..db54f2d 100644 --- a/dot_config/paru/paru.conf +++ b/dot_config/paru/paru.conf @@ -8,6 +8,12 @@ # GENERAL OPTIONS # [options] +# llama-cpp-vulkan: AUR rebuilds on every llama.cpp commit (1-2 hour build). +# pacman.conf's IgnorePkg only covers pkgver upgrades; paru's Devel-mode +# git-ls-remote check rebuilds anyway when upstream has new commits. +# IgnoreDevel suppresses exactly that path. Update manually with +# `paru -S llama-cpp-vulkan` when intended. +IgnoreDevel = llama-cpp-vulkan PgpFetch Devel Provides |
