|
@@ -41,6 +41,7 @@ type Pkg struct {
|
|
|
Provides []string `json:"Provides"`
|
|
|
Replaces []string `json:"Replaces"`
|
|
|
OptDepends []string `json:"OptDepends"`
|
|
|
+ Groups []string `json:"Groups"`
|
|
|
License []string `json:"License"`
|
|
|
Keywords []string `json:"Keywords"`
|
|
|
}
|