diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-10-12 17:30:24 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-10-12 17:30:24 (EDT) |
commit | 0b9050b76936bb9f846b5191a909a6151646a5d5 (patch) | |
tree | a6d54876712beee1d0f035a16bdd3f514445fa1c | |
parent | 21f9d040f7d97f106e40c3d2ec6266ead447c48b (diff) |
curl-doc: Fix versioned Depends
-rw-r--r-- | curl-doc.pkg/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/curl-doc.pkg/control b/curl-doc.pkg/control index 7fde06c..4be06f5 100644 --- a/curl-doc.pkg/control +++ b/curl-doc.pkg/control @@ -1,6 +1,6 @@ Architecture: all Platform: all -Depends: libcurl.4 (>= ${Binary-Version}) +Depends: libcurl.4 (>= ${Source-Version}) Description: Documentation for the curl command line tool and library curl is a command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, |