Signed-off-by: Robin H. Johnson <[email protected]>
---
metadata.dtd | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/metadata.dtd b/metadata.dtd
index d7ef81c..380fdbd 100644
--- a/metadata.dtd
+++ b/metadata.dtd
@@ -35,7 +35,7 @@
<!ATTLIST flag name CDATA #REQUIRED >
<!-- upstream metadata information (maintainers, upstream docs,..) -->
- <!ELEMENT upstream (maintainer|changelog|doc|bugs-to|remote-id)* >
+ <!ELEMENT upstream (maintainer|changelog|doc|bugs-to|remote-id|vcs)* >
<!-- Due to the limitation of DTD this will also allow a status
attribute for the package maintainer element. Please note that
the usage of the status attribute is nevertheless _only_ allowed
@@ -52,6 +52,8 @@
<!-- specify a type of package identification tracker -->
<!ELEMENT remote-id (#PCDATA)>
<!ATTLIST remote-id type
(bitbucket|cpan|cpan-module|cpe|cran|ctan|freecode|freshmeat|gentoo|github|gitlab|gitorious|google-code|launchpad|pear|pecl|pypi|rubyforge|rubygems|sourceforge|sourceforge-jp|vim)
#REQUIRED>
+ <!-- URL where upstream code may be found -->
+ <!ELEMENT vcs (#PCDATA)>
<!-- category/package information for cross-linking in descriptions
and useflag descriptions -->
--
2.9.0