fix: added missing package_base field
This commit is contained in:
parent
0dd691db23
commit
f6d5c17cc0
1 changed files with 1 additions and 0 deletions
1
aur.v
1
aur.v
|
|
@ -7,6 +7,7 @@ pub:
|
|||
id u32 [json: ID]
|
||||
name string [json: Name]
|
||||
package_base_id u32 [json: PackageBaseID]
|
||||
package_base string [json: PackageBase]
|
||||
version string [json: Version]
|
||||
description string [json: Description]
|
||||
url string [json: URL]
|
||||
|
|
|
|||
Reference in a new issue