diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-07-11 16:13:02 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-07-11 16:13:38 +0300 |
commit | ef9da14a1e36b290f07603c99281494666db9084 (patch) | |
tree | 30355434376eee6bd14a9aba44bf9d85f3685950 | |
parent | a461d493eb9955f5c34389a2a4dd6a1b21b20fb4 (diff) |
Update libpkgconf version constraint to allow 1.6.x
Also adapt to the new libpkgconf git repository location.
-rw-r--r-- | manifest | 2 | ||||
-rw-r--r-- | repositories.manifest | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -19,4 +19,4 @@ depends: * bpkg >= 0.11.0 # @@ Should probably become conditional dependency. requires: ? cli ; Only required if changing .cli files. depends: libbutl [0.12.0-a.0.1 0.12.0-a.1) -depends: libpkgconf [1.4.2 1.6.0-) +depends: libpkgconf [1.4.2 1.7.0-) diff --git a/repositories.manifest b/repositories.manifest index fa775a6..6bacad3 100644 --- a/repositories.manifest +++ b/repositories.manifest @@ -7,4 +7,4 @@ location: ../libbutl.git##HEAD : role: prerequisite -location: https://git.build2.org/packaging/pkgconf/libpkgconf.git##HEAD +location: https://git.build2.org/packaging/pkgconf/pkgconf.git##HEAD |