mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
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'
|
# Template file for 'ca-certificates'
|
||||||
pkgname=ca-certificates
|
pkgname=ca-certificates
|
||||||
version=20140325
|
version=20140325
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="${pkgname}"
|
wrksrc="${pkgname}"
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
hostmakedepends="python openssl run-parts"
|
hostmakedepends="python"
|
||||||
makedepends="openssl openssl-crehash run-parts"
|
depends="virtual?openssl run-parts"
|
||||||
depends="${makedepends}"
|
|
||||||
conf_files="/etc/ca-certificates.conf"
|
conf_files="/etc/ca-certificates.conf"
|
||||||
short_desc="Common CA certificates"
|
short_desc="Common CA certificates"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue