fix: added missing package_base field

main
Jef Roosens 2022-06-22 16:32:02 +02:00
parent 0dd691db23
commit f6d5c17cc0
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 1 additions and 0 deletions

1
aur.v
View File

@ -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]