diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-06-22 19:41:30 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-06-22 19:41:30 +0300 |
commit | c9bb33b358a72cf91c648ad1cb6a19bf10f5bbde (patch) | |
tree | 311e7d6f108559c41b151475ddf97affc1f52037 | |
parent | 011e2a99d1e45b9dda5a4f9385b5c02011ecf112 (diff) |
Bump toolchain version dependency to 0.11.0 in manifest.
Switch to topics from tags in manifest.
-rw-r--r-- | manifest | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,10 +1,10 @@ : 1 name: libpkgconf -version: 1.5.4+1 +version: 1.5.4+2 project: pkgconf summary: C library for retriving pkg-config compiler and linker flags license: ISC, MIT ; ISC for the most of original files. -tags: pkg-config, cflags, libs +topics: C, build system, build toolchain description-file: README url: https://git.dereferenced.org/pkgconf/pkgconf doc-url: http://pkgconf.readthedocs.io/en/latest/?badge=latest @@ -14,5 +14,5 @@ email: packaging@build2.org ; Report issues at https://git.dereferenced.org/pkgc package-email: packaging@build2.org ; Mailing list. build-email: builds@build2.org builds: all -depends: * build2 >= 0.9.0 -depends: * bpkg >= 0.9.0 +depends: * build2 >= 0.11.0 +depends: * bpkg >= 0.11.0 |