diff options
Diffstat (limited to 'schemas')
-rw-r--r-- | schemas/pkgtype.xsd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/schemas/pkgtype.xsd b/schemas/pkgtype.xsd index 3655c646b..2de44b1d7 100644 --- a/schemas/pkgtype.xsd +++ b/schemas/pkgtype.xsd @@ -51,7 +51,8 @@ <xsd:attribute type="xsd:string" name="srcs"/> <xsd:attribute type="PackageTypeEnum" name="type"/> <xsd:attribute type="xsd:string" name="bname"/> - <xsd:attribute name="pkg_checks" type="xsd:string"/> + <xsd:attribute name="pkg_checks" type="xsd:boolean"/> + <xsd:attribute name="pkg_verify" type="xsd:boolean"/> <xsd:attribute name="verify_flags" type="xsd:string"/> <xsd:attributeGroup ref="py:genshiAttrs"/> </xsd:complexType> |