From 5fa12c54ad71feb0d493537ceed4d1a1d8208943 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 29 Jul 2017 20:58:19 +0300 Subject: Add support for src-url and doc-url package manifest values --- libbpkg/manifest.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libbpkg/manifest.hxx') diff --git a/libbpkg/manifest.hxx b/libbpkg/manifest.hxx index ccc52a6..908eb81 100644 --- a/libbpkg/manifest.hxx +++ b/libbpkg/manifest.hxx @@ -365,6 +365,8 @@ namespace bpkg butl::optional description; std::vector changes; url_type url; + butl::optional doc_url; + butl::optional src_url; butl::optional package_url; email_type email; butl::optional package_email; -- cgit v1.1