BrenekH/must

Optimize update command

BrenekH opened this issue · 0 comments

The update command currently pulls each package repository when determining whether a package can be updated, which is not an efficient method.

Instead, must should query the AUR API to get the current version and then compare it to the version installed on the system.