Expand documentation for --devel

Correclty say Git instead of GitHub
Brielfly explain how --devel checks for updates
Give an example of pacaur-like devel
This commit is contained in:
morganamilo 2018-08-28 04:33:51 +01:00
parent 31aca68980
commit d34ce70455
No known key found for this signature in database
GPG key ID: 6FE9E7996B0B082E

View file

@ -321,7 +321,14 @@ Show AUR packages first and then repository packages.
.TP
.B \-\-devel
During sysupgrade also check AUR development packages for updates. Currently
only GitHub packages are supported.
only Git packages are supported.
Devel checking is done using \fBgit ls-remote\fR. The newest commit hash is
compared against the hash at install time. This allows devel updates to be
checked almost instantly and not require the original pkgbuild to be downloaded.
The slower pacaur-like devel checks can be implemented manually by piping
a list of packages into yay (see \fBexamples\fR).
.TP
.B \-\-nodevel
@ -502,6 +509,10 @@ Sets devel to true in the config.
yay \-P \-\-stats
Shows statistics for installed packages and system health.
.TP
pacman -Qmq | grep -Ee '-(cvs|svn|git|hg|bzr|darcs)$' | yay -S --needed -
pacaur-like devel check.
.SH FILES
.TP
.B CONFIG DIRECTORY