ca-certificates: fix build and remove unnecessary rdeps.
This commit is contained in:
parent
f95b4a99f3
commit
d66a826d3e
1 changed files with 3 additions and 4 deletions
|
@ -1,12 +1,11 @@
|
|||
# Template file for 'ca-certificates'
|
||||
pkgname=ca-certificates
|
||||
version=20140325
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="${pkgname}"
|
||||
noarch="yes"
|
||||
hostmakedepends="python openssl run-parts"
|
||||
makedepends="openssl openssl-crehash run-parts"
|
||||
depends="${makedepends}"
|
||||
hostmakedepends="python"
|
||||
depends="virtual?openssl run-parts"
|
||||
conf_files="/etc/ca-certificates.conf"
|
||||
short_desc="Common CA certificates"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
Loading…
Reference in a new issue