1 .TH AUR-REPO 1 2022-03-12 AURUTILS
3 aur\-repo \- manage local repositories
23 repositories. In particular, it serves to parse repository contents
24 .RI ( \-\-list ", " \-\-table ),
25 compare package versions to the AUR
27 and list local repository file paths
28 .RI ( \-\-list\-path ).
32 contains only a single local repository,
34 selects it automatically. If multiple local repositories are
35 configured, they must specified explicitely with the
40 .BI \-F " FIELD" "\fR,\fP \-\-field=" FIELD
43 for all packages in the local repository. May be one of
59 or any other valid fields generated by
64 List the contents of a local repository in the following format:
66 .BI pkgname \et pkgver \en
69 .BR \-t ", " \-\-table
70 List the contents of a local repository in the following format:
72 .BI pkgname \et depends \et pkgbase \et pkgver \en\c
75 If a package has no dependencies
79 otherwise missing values are represented by
87 .BR \-u ", " \-\-upgrades
88 Check package updates with
93 List the paths of configured local repositories.
97 List the names of configured local repositories.
101 List the resolved path of the selected
107 .BI \-c " FILE" "\fR,\fP \-\-config=" FILE
113 .BI \-d " NAME" "\fR,\fP \-\-database=" NAME
118 The repository should have a
120 location, or any other location when using
124 .BI \-r " PATH" "\fR,\fP \-\-root=" PATH
125 The path to the root of a local repository.
130 .B "aur\-vercmp \-\-all"
131 when checking for upgrades. Implies
135 .BR \-q ", " \-\-quiet
136 Only print package names when listing the repository
138 or checking for upgrades
139 .RB ( \-\-upgrades ).
142 .BR \-S ", " \-\-sync
143 Query repositories in
146 .BR /var/lib/pacman/sync )
152 .BI \-\-status\-file= FILE
153 Print status information to a specified file, in the following format:
158 repo:<repository name>
159 root:<root of repository>
160 path:<path of repository>
163 Can be combined with other operations.
167 List information on configured local repositories:
170 $ aur repo --repo-list | while read -r repo; do
171 printf '[%s]\\n' "$repo"
172 pacconf --repo="$repo"
180 The name of a pacman repository, see
185 The path to the root of a local repository, see
192 .BR aur\-depends (1),
198 .MT https://github.com/AladW
202 .\" vim: set textwidth=72: