mirror of
https://github.com/Jguer/yay
synced 2024-10-31 04:12:51 +00:00
Add information about development packages
This commit is contained in:
parent
fa8d4b0184
commit
1bb73667c9
1 changed files with 4 additions and 0 deletions
|
@ -142,6 +142,10 @@ formatted correctly, run the code through `go vet`, and run unit tests.
|
||||||
PKGBUILD in any way, but any problems you cause are your own and should not be
|
PKGBUILD in any way, but any problems you cause are your own and should not be
|
||||||
reported unless they can be reproduced with the original PKGBUILD.
|
reported unless they can be reproduced with the original PKGBUILD.
|
||||||
|
|
||||||
|
#### I know my `-git` package has updates but yay doesn't offer to update it
|
||||||
|
Yay uses an hash cache for development packages. Normally it is updated at the end of the package install with the message `Found git repo`.
|
||||||
|
If you transition between aur helpers and did not install the devel package using yay at some point, it is possible it never got added to the cache. `yay -Y --gendb` will fix the current version of every devel package and start checking from there.
|
||||||
|
|
||||||
## Examples of Custom Operations
|
## Examples of Custom Operations
|
||||||
|
|
||||||
`yay <Search Term>`
|
`yay <Search Term>`
|
||||||
|
|
Loading…
Reference in a new issue