diff options
-rw-r--r-- | mdbp/build_schema.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdbp/build_schema.json b/mdbp/build_schema.json index 34185ce..d971f0d 100644 --- a/mdbp/build_schema.json +++ b/mdbp/build_schema.json @@ -74,7 +74,7 @@ }, "options": { "type": "array", - "items": { "type": "string", "pattern": "^[a-z0-9.=_-]+$" }, + "items": { "type": "string", "pattern": "^[a-z0-9.,+=_-]+$" }, "uniqueItems": true, "default": [], "description": "values of DEB_BUILD_OPTIONS" |