fosskers / aura

A multilingual package manager for Arch Linux and the AUR.
https://fosskers.github.io/aura/
GNU General Public License v3.0
1.75k stars 113 forks source link

Feature: Installing make dependencies from the package cache, if available #428

Closed ftapajos closed 6 years ago

ftapajos commented 7 years ago

When performing the -Aua, make dependencies are built even if the package is already in cache - but not installed. The program could run the -C command and verify if the latest version is the same to the one intended.

fosskers commented 6 years ago

This is now default behaviour. Now we just need a --force flag to force building anyway.