aboutsummaryrefslogtreecommitdiff
path: root/libbpkg/manifest.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-06-03 20:04:29 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-06-04 14:39:12 +0300
commita41a4869e74e5f7fc4ed9797661b1d450b1ce97a (patch)
tree73fc29cc05eafcd6e0b45c2339c3b77fad5f1b1f /libbpkg/manifest.hxx
parentffe601f862ce3267b933d9684d6a42fd232201ab (diff)
Add support for topics and keywords package manifest values
Diffstat (limited to 'libbpkg/manifest.hxx')
-rw-r--r--libbpkg/manifest.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbpkg/manifest.hxx b/libbpkg/manifest.hxx
index 01ffa49..9493ee0 100644
--- a/libbpkg/manifest.hxx
+++ b/libbpkg/manifest.hxx
@@ -645,7 +645,8 @@ namespace bpkg
butl::optional<priority_type> priority;
std::string summary;
std::vector<licenses> license_alternatives;
- strings tags;
+ strings topics;
+ strings keywords;
butl::optional<text_file> description;
butl::optional<std::string> description_type;
std::vector<text_file> changes;