Fix Yay showing AUR prompts when it shouldnt

In a very specific case where the user runs `yay -Syu` then uses the
number menu to ignore all AUR upgrades after the Repo install the user
will still be prompted to install and download packages.
This commit is contained in:
morganamilo 2018-03-03 04:14:35 +00:00
parent 2ced41e6e6
commit 1597fb1cf0
No known key found for this signature in database
GPG key ID: 6FE9E7996B0B082E

View file

@ -116,6 +116,7 @@ func install(parser *arguments) error {
if hasAur {
printDepCatagories(dc)
hasAur = len(dc.Aur) != 0
fmt.Println()
}