aria2: switch to libressl.
This commit is contained in:
parent
589f2b9416
commit
289d3452ef
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'aria2'
|
# Template file for 'aria2'
|
||||||
pkgname=aria2
|
pkgname=aria2
|
||||||
version=1.18.6
|
version=1.18.6
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-openssl --with-libexpat --without-gnutls
|
configure_args="--with-openssl --with-libexpat --without-gnutls
|
||||||
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
|
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
|
||||||
--with-bashcompletiondir=/usr/share/bash-completion/completions"
|
--with-bashcompletiondir=/usr/share/bash-completion/completions"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="zlib-devel gmp-devel expat-devel openssl-devel sqlite-devel
|
makedepends="zlib-devel gmp-devel expat-devel libressl-devel sqlite-devel
|
||||||
c-ares-devel ca-certificates"
|
c-ares-devel ca-certificates"
|
||||||
depends="ca-certificates"
|
depends="ca-certificates"
|
||||||
short_desc="Lightweight multi-protocol/multi-source command-line download utility"
|
short_desc="Lightweight multi-protocol/multi-source command-line download utility"
|
||||||
|
|
Loading…
Reference in a new issue