Skip to content

main/curl: explicitly depend on same libcurl version

Kevin Daudt requested to merge kdaudt/aports:curl-dep-libcurl into master

The curl package depends on libcurl. The version of curl should match the version of libcurl that is installed, but the automatic dependency tracking only makes sure the soname matches.

Explicitly add a dependency on the same version of libcurl to curl.

Merge request reports