Skip to content

Commit

Permalink
fix: show correct "Maintainter" for installed AUR packages
Browse files Browse the repository at this point in the history
Show the AUR maintainer instead of the user building the package

Signed-off-by: moson-mo <[email protected]>
  • Loading branch information
moson-mo committed Sep 6, 2023
1 parent b028e2c commit 26b578a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/pacseek/display.go
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ func (ps *UI) displayInstalled(displayUpdatesAfter bool) {
in[i].Source = "AUR"
in[i].Popularity = aurPkg.Popularity
in[i].NumVotes = aurPkg.NumVotes
in[i].Maintainer = aurPkg.Maintainer
}
}
}
Expand Down

0 comments on commit 26b578a

Please sign in to comment.