Fix min()
@ -314,7 +314,7 @@ func min(a, b int) int {
if a < b {
return a
}
return b
// Queries the aur for information about specified packages.
The note is not visible to the blocked user.