diff options
-rw-r--r-- | curl.pkg/control | 2 | ||||
-rw-r--r-- | libcurl.4.pkg/control | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/curl.pkg/control b/curl.pkg/control index 929bed5..9fac49c 100644 --- a/curl.pkg/control +++ b/curl.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: libcurl.4 (= ${Binary-Version}) +Depends: libcurl.4 (= ${Binary-Version}), libz.1 Description: Command line tool for transferring data with URL syntax curl is a command line tool for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, diff --git a/libcurl.4.pkg/control b/libcurl.4.pkg/control index cce50ee..c5a8e22 100644 --- a/libcurl.4.pkg/control +++ b/libcurl.4.pkg/control @@ -1,4 +1,5 @@ Architecture: any Platform: all +Depends: libz.1 Description: Multiprotocol file transfer library ${Libcurl-Description} |