summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
Diffstat (limited to 'schemas')
-rw-r--r--schemas/packages.xsd2
1 files changed, 2 insertions, 0 deletions
diff --git a/schemas/packages.xsd b/schemas/packages.xsd
index 9dd2ced75..6f43ec045 100644
--- a/schemas/packages.xsd
+++ b/schemas/packages.xsd
@@ -19,6 +19,8 @@
maxOccurs='1'/>
<xsd:element name="Component" type="xsd:string" minOccurs='0'
maxOccurs='unbounded'/>
+ <xsd:element name="Blacklist" type="xsd:string" minOccurs='0'
+ maxOccurs='unbounded'/>
<xsd:element name="Arch" type="xsd:string" minOccurs='1'
maxOccurs='unbounded'/>
</xsd:sequence>