Skip to content

Commit 7430e0b

Browse files
committed
examples: update README.md
aur-fetch will not checkout new revisions by default.
1 parent 1960834 commit 7430e0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ clients of the local repository.
111111
Assuming a list of rebuild targets is known, `sync-rebuild` performs the
112112
following steps:
113113

114-
1. Retrieve and update all source files with `aur fetch --existing`
114+
1. Retrieve all source files with `aur fetch --existing`
115115
2. Retrieve all versions of packages in the local repository
116116
3. 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:
137137
aur 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
144144
aur sync --no-build --no-ver-argv <targets...>

0 commit comments

Comments
 (0)