Skip to content
Snippets Groups Projects
Commit 32859ba2 authored by Natanael Copa's avatar Natanael Copa
Browse files

main/curl: depends on ca-certificates-bundle

depend on ca-certificates-bundle rather than the full ca-certificates.
parent 0bae63fd
No related branches found
No related tags found
No related merge requests found
......@@ -4,12 +4,12 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=curl
pkgver=7.70.0
pkgrel=0
pkgrel=1
pkgdesc="URL retrival utility and library"
url="https://curl.haxx.se/"
arch="all"
license="MIT"
depends="ca-certificates"
depends="ca-certificates-bundle"
depends_dev="openssl-dev nghttp2-dev zlib-dev"
checkdepends="python3"
makedepends="$depends_dev autoconf automake groff libtool perl"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment