diff options
author | Eivind Uggedal <eivind@uggedal.com> | 2013-11-26 11:39:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-11-26 12:05:06 +0000 |
commit | e5cb7b124bdd7c1128ddefc11d9d04788abaeabd (patch) | |
tree | 610787862418e46fce291b4de4149379f487bef4 /main/curl | |
parent | 218864da9d582aafe923d9d922263bfe41d34963 (diff) | |
download | aports-e5cb7b124bdd7c1128ddefc11d9d04788abaeabd.tar.bz2 aports-e5cb7b124bdd7c1128ddefc11d9d04788abaeabd.tar.xz |
main/curl: add ca-certificates as dep
git is for instance not usable against https repos without valid
root certs to check against.
Diffstat (limited to 'main/curl')
-rw-r--r-- | main/curl/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/curl/APKBUILD b/main/curl/APKBUILD index 3819056500..ea453f6245 100644 --- a/main/curl/APKBUILD +++ b/main/curl/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=curl pkgver=7.33.0 -pkgrel=0 +pkgrel=1 pkgdesc="An URL retrival utility and library" url="http://curl.haxx.se" arch="all" license="MIT" -depends= +depends="ca-certificates" depends_dev="zlib-dev openssl-dev libssh2-dev" makedepends="$depends_dev" source="http://curl.haxx.se/download/curl-$pkgver.tar.bz2" |