From 309cccfffc15657dd8654aa6a14e444bb47417ae Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 21 Feb 2022 22:54:05 +0300 Subject: Increment version iteration for external packages on buildfiles change --- bpkg/pkg-unpack.hxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bpkg/pkg-unpack.hxx') diff --git a/bpkg/pkg-unpack.hxx b/bpkg/pkg-unpack.hxx index 7394732..99d74e0 100644 --- a/bpkg/pkg-unpack.hxx +++ b/bpkg/pkg-unpack.hxx @@ -32,9 +32,13 @@ namespace bpkg // Unpack the fetched package and commit the transaction. // + // Note that both package and repository information configurations need to + // be passed. + // shared_ptr pkg_unpack (const common_options&, - database&, + database& pdb, + database& rdb, transaction&, const package_name&, bool simulate); -- cgit v1.1