diff options
author | Sam James <sam@gentoo.org> | 2023-02-23 21:37:00 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-02-25 18:09:35 +0200 |
commit | 31a31091eea9a97f94f5080fdfd5d03252105b0b (patch) | |
tree | a08ce159a73594a83d5fb1c2503d614720190bce /data | |
parent | fix(config): cleanup deprecated access of central.*, using central.objects.* ... (diff) | |
download | pkgcore-31a31091eea9a97f94f5080fdfd5d03252105b0b.tar.gz pkgcore-31a31091eea9a97f94f5080fdfd5d03252105b0b.tar.bz2 pkgcore-31a31091eea9a97f94f5080fdfd5d03252105b0b.zip |
data/xml-schema/metadata.xsd: Add kde-invent remote-id type
This follows an earlier update of the DTD, commit bb286dbef6af03bd7d063cf693f9860419796c3d
in data/dtd.git.
Taken from proj/xml-schema.git commit 84d4fe3e11bc21c3d5742be1a04ba0df33c7bd0c..
Signed-off-by: Sam James <sam@gentoo.org>
Closes: https://github.com/pkgcore/pkgcore/pull/399
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'data')
-rw-r--r-- | data/share/pkgcore/xml-schema/metadata.xsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/share/pkgcore/xml-schema/metadata.xsd b/data/share/pkgcore/xml-schema/metadata.xsd index 3812045a..a9a79632 100644 --- a/data/share/pkgcore/xml-schema/metadata.xsd +++ b/data/share/pkgcore/xml-schema/metadata.xsd @@ -284,6 +284,7 @@ <xs:enumeration value='google-code'/> <xs:enumeration value='hackage'/> <xs:enumeration value='heptapod'/> + <xs:enumeration value='kde-invent'/> <xs:enumeration value='launchpad'/> <xs:enumeration value='osdn'/> <xs:enumeration value='pear'/> |