diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-21 12:46:33 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-21 12:46:33 (EST) |
commit | 2ca323c9718a274d26717910b142b1ac11747055 (patch) | |
tree | ba435de920f18ac0c37d7689a88756a3eb4d7cfd | |
parent | 373675d9959bcf2ea4747c28efe8099ae53aa260 (diff) |
pkgconf-doc: Loosen versioned dependency
-rw-r--r-- | pkgconf-doc.pkg/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgconf-doc.pkg/control b/pkgconf-doc.pkg/control index bf66e1f..9f4948c 100644 --- a/pkgconf-doc.pkg/control +++ b/pkgconf-doc.pkg/control @@ -1,6 +1,6 @@ Architecture: all Platform: all -Depends: pkgconf (= ${Binary-Version}) +Depends: pkgconf (>= ${Source-Version}) Description: Compiler and linker configuration utility - documentation ${Common-Description} . |