diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-05 02:48:01 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-05 02:48:01 (EST) |
commit | 89862859fc54bd450885341e4891248248d554d0 (patch) | |
tree | 525988201b6ef2bb3e45a82dabf1dd82fab47a17 | |
parent | c6275c648015a730f8a4c3205a5427c5780bcc00 (diff) |
libcurl.4:$arch: Drop conflict with libcurl.4
-rw-r--r-- | changelog | 9 | ||||
-rw-r--r-- | libcurl.4.pkg/control | 1 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,12 @@ +curl (7.74.0-3) trunk + + * libcurl.4:$arch: Drop conflict with the older non-architecture- + qualified version. A package by the name "libcurl.4" will be built + by src:malt to allow dependent packages (cmake) to still be + installed. + + -- Patrick McDermott <patrick.mcdermott@libiquity.com> Tue, 05 Jan 2021 02:43:03 -0500 + curl (7.74.0-2) trunk * curl.4-common: Fix section, which made all packages uninstallable on diff --git a/libcurl.4.pkg/control b/libcurl.4.pkg/control index 0c278c5..1dd63ad 100644 --- a/libcurl.4.pkg/control +++ b/libcurl.4.pkg/control @@ -4,6 +4,5 @@ Section: lib Depends: curl.4-common (= ${Source-Version}), libwolfssl.24:${Host-Arch}, ${Shlib-Depends}, nss-certdata-server-auth -Conflicts: libcurl.4 Description: Client-side URL transfer library ${Libcurl-Description} |