File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ clients of the local repository.
111111Assuming a list of rebuild targets is known, ` sync-rebuild ` performs the
112112following steps:
113113
114- 1 . Retrieve and update all source files with ` aur fetch --existing `
114+ 1 . Retrieve all source files with ` aur fetch --existing `
1151152 . Retrieve all versions of packages in the local repository
1161163 . If ` pkgver ` matches the local repository version, set ` pkgrel ` in the
117117 ` PKGBUILD ` to the local repository version, incremented by ` 0.1 ` . Otherwise,
@@ -137,8 +137,8 @@ package. For example:
137137aur repo --search ' ^python.*' --search-by depends --list
138138```
139139
140- ` aur-sync ` can be used to inspect new PKGBUILD revisions beforehand
141- and retrieve any new dependencies. For example:
140+ ` aur-sync ` can be used to retrieve and inspect new AUR revisions, as well as
141+ retrieve new dependencies for target packages . For example:
142142
143143``` bash
144144aur sync --no-build --no-ver-argv < targets...>
You can’t perform that action at this time.
0 commit comments