mirror of
https://github.com/Jguer/yay.git
synced 2024-11-06 17:17:22 +01:00
Merge pull request #282 from Morganamilo/provides2
Support provides in -Si
This commit is contained in:
commit
b715c1f223
1
print.go
1
print.go
@ -219,6 +219,7 @@ func PrintInfo(a *rpc.Pkg) {
|
||||
fmt.Println(bold("Description :"), a.Description)
|
||||
fmt.Println(bold("URL :"), a.URL)
|
||||
fmt.Println(bold("Licenses :"), strings.Join(a.License, " "))
|
||||
fmt.Println(bold("Provides :"), strings.Join(a.Provides, " "))
|
||||
fmt.Println(bold("Depends On :"), strings.Join(a.Depends, " "))
|
||||
fmt.Println(bold("Make Deps :"), strings.Join(a.MakeDepends, " "))
|
||||
fmt.Println(bold("Check Deps :"), strings.Join(a.CheckDepends, " "))
|
||||
|
Loading…
Reference in New Issue
Block a user