blob: db54f2dcde793a750063280aedb7c016c8ee0760 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
#
# /etc/paru.conf
# ~/.config/paru/paru.conf
#
# See the paru.conf(5) manpage for options
#
# 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
DevelSuffixes = -git -cvs -svn -bzr -darcs -always
# BottomUp
RemoveMake
SudoLoop
#UseAsk
CombinedUpgrade
BatchInstall
# UpgradeMenu
NewsOnUpgrade
CleanAfter
SaveChanges
NoWarn = sommerfeld-*
|