Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions man/paru.conf.5
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,17 @@ Optionally a list of repos to use can be passed. By default paru will consider a
local repos, building new packages into the first listed repo and upgrading the packages
in other enabled repos.

Foreign AUR packages installed outside any configured local repo (e.g. installed
before LocalRepo was enabled, or via ad-hoc \fBmakepkg -si\fR) are not checked for
updates by \fBparu -Syu\fR while LocalRepo is active. To check them, run
\fBparu -Syu --nolocalrepo\fR, or bring them into the configured repo with:

.nf
.RS
pacman -Qmq | paru -Ta - | paru -Sa -
.RE
.fi

.TP
.B Chroot [= path/to/chroot]
Build packages in a chroot. This requires the LocalRepo option to be enabled.
Expand Down