From 7e4c92e29954c14f9c1dd51aff95fff25d3ced32 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 22 May 2019 14:15:44 +0300 Subject: Add support for package manifest upstream-version value --- load/load.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'load') diff --git a/load/load.cxx b/load/load.cxx index c5fa3cd..9b414d5 100644 --- a/load/load.cxx +++ b/load/load.cxx @@ -502,6 +502,7 @@ load_packages (const shared_ptr& rp, p = make_shared ( move (pm.name), move (pm.version), + move (pm.upstream_version), move (project), pm.priority ? move (*pm.priority) : priority (), move (pm.summary), -- cgit v1.1