From a41a4869e74e5f7fc4ed9797661b1d450b1ce97a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 3 Jun 2019 20:04:29 +0300 Subject: Add support for topics and keywords package manifest values --- libbpkg/manifest.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libbpkg/manifest.hxx') 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; std::string summary; std::vector license_alternatives; - strings tags; + strings topics; + strings keywords; butl::optional description; butl::optional description_type; std::vector changes; -- cgit v1.1