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

Revert "main/curl: depends on ca-certificates-bundle"

This change broke CI because the -r3 version uninstalled the
ca-certificates.crt breaking everything.

Lets keep ca-certificates dependency for a while more.

ref #11663

This reverts commit 32859ba2.
parent c79085e5
No related branches found
No related tags found
2 merge requests!11958community/rclone: upgrade to 1.52.3,!9763[3.12] community/znc: upgrade to 1.8.1
......@@ -4,12 +4,12 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=curl
pkgver=7.70.0
pkgrel=1
pkgrel=2
pkgdesc="URL retrival utility and library"
url="https://curl.haxx.se/"
arch="all"
license="MIT"
depends="ca-certificates-bundle"
depends="ca-certificates"
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