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 valid fields in the local repository generated by
100 List the paths of configured local repositories.
104 List the names of configured local repositories.
108 List the resolved path of the selected
114 .BI \-c " FILE" "\fR,\fP \-\-config=" FILE
120 .BI \-d " NAME" "\fR,\fP \-\-database=" NAME
125 The repository should have a
127 location, or any other location when using
131 .BI \-r " PATH" "\fR,\fP \-\-root=" PATH
132 The path to the root of a local repository.
137 .B "aur\-vercmp \-\-all"
138 when checking for upgrades. Implies
142 .BR \-q ", " \-\-quiet
143 Only print package names when listing the repository
145 or checking for upgrades
146 .RB ( \-\-upgrades ).
149 .BR \-S ", " \-\-sync
150 Query repositories in
153 .BR /var/lib/pacman/sync )
159 .BI \-\-status\-file= FILE
160 Print status information to a specified file, in the following format:
165 repo:<repository name>
166 root:<root of repository>
167 path:<path of repository>
170 Can be combined with other operations.
174 List information on configured local repositories:
177 $ aur repo --repo-list | while read -r repo; do
178 printf '[%s]\\n' "$repo"
179 pacconf --repo="$repo"
187 The name of a pacman repository, see
192 The path to the root of a local repository, see
197 The extension of the local repository. Defaults to
204 .BR aur\-depends (1),
210 .MT https://github.com/AladW
214 .\" vim: set textwidth=72: