Skip to content

Commit

Permalink
Add support for CheckDepends
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganamilo committed Feb 19, 2018
1 parent dc2f997 commit 5c18c2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aur.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ type Pkg struct {
URLPath string `json:"URLPath"`
Depends []string `json:"Depends"`
MakeDepends []string `json:"MakeDepends"`
CheckDepends []string `json:"CheckDepends"`
Conflicts []string `json:"Conflicts"`
Replaces []string `json:"Replaces"`
OptDepends []string `json:"OptDepends"`
Expand Down

0 comments on commit 5c18c2a

Please sign in to comment.