From 0d1dcfe61f15b43c6640330662b47b5f160bd47d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 19 Jun 2019 13:08:25 +0200 Subject: Replace tags with topics, bump required build2 version --- manifest | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest b/manifest index afee0d7..4c7e130 100644 --- a/manifest +++ b/manifest @@ -3,7 +3,7 @@ name: libstudxml version: 1.1.0-b.7.z summary: Streaming XML pull parser/serializer for modern C++ license: MIT -tags: c++, xml, parser, serializer, streaming, pull, conforming +topics: C++, XML, XML parser, XML serializer description-file: README changes-file: NEWS url: https://www.codesynthesis.com/projects/libstudxml/ @@ -13,5 +13,5 @@ email: studxml-users@codesynthesis.com ; Mailing list build-email: builds@codesynthesis.com builds: all requires: c++11 -depends: * build2 >= 0.9.0 -depends: * bpkg >= 0.9.0 +depends: * build2 >= 0.11.0 +depends: * bpkg >= 0.11.0 -- cgit v1.1