README: Update upstream check docs
This commit is contained in:
parent
f4027a05dc
commit
881a755ba4
1 changed files with 5 additions and 3 deletions
|
@ -107,11 +107,13 @@ are only a few supported options:
|
|||
# every time something updates.
|
||||
# Note that you SHALL NOT depend on the exact value of this UPSTREAM_VERSION variable. It should
|
||||
# ONLY be used as a cache invalidation mechanism.
|
||||
INVALIDATE_CACHE_UPSTREAM_ARCHLINUX="some/package"
|
||||
INVALIDATE_CACHE_UPSTREAM_ARCHLINUX="[core|extra|multilib]/package"
|
||||
# Same thing, but for GitHub upstreams
|
||||
INVALIDATE_CACHE_UPSTREAM_GITHUB="some/package"
|
||||
INVALIDATE_CACHE_UPSTREAM_GITHUB="user/package"
|
||||
# or Ubuntu
|
||||
INVALIDATE_CACHE_UPSTREAM_UBUNTU="some/package"
|
||||
INVALIDATE_CACHE_UPSTREAM_UBUNTU="package"
|
||||
# or AUR (Arch User Repository)
|
||||
INVALIDATE_CACHE_UPSTREAM_AUR="some_package"
|
||||
```
|
||||
|
||||
Limitations
|
||||
|
|
Loading…
Reference in a new issue