abuild: the upgrade option should probably ensure --latest
In some cases, using e.g. abuild -R
or abuild -u
will build and install (apk add
) dependencies but this action may not have any effect for later-built packages.
Consider adding --latest
to the apk add
portion of the implementation within the abuild
installation feature(s).
The equivalent behavior is that of apk upgrade --available
.
Edited by Zach van Rijn