From c55e1348b6f415284260836795c462fe81ea3809 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Fri, 5 Sep 2014 06:55:30 -0300 Subject: ca-certificates-cacert: add specific version of ca-certificates on depends arrays to avoid break system. it's because the new release of ca-certificates is very different than the current, see -> https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/ca-certificates&id=b798102208472ebc6e95efb20c54597254499240 --- libre/ca-certificates-cacert/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libre/ca-certificates-cacert/PKGBUILD b/libre/ca-certificates-cacert/PKGBUILD index 324aae0d1..57c8c3ae6 100644 --- a/libre/ca-certificates-cacert/PKGBUILD +++ b/libre/ca-certificates-cacert/PKGBUILD @@ -4,12 +4,12 @@ pkgname=ca-certificates-cacert pkgver=20140824 -pkgrel=0.1.parabola2 # build with 0.x only and keep this package on [libre] temporally until which Arch official package be moved from [testing] to some stable repo +pkgrel=0.1.parabola3 # build with 0.x only and keep this package on [libre] temporally until which Arch official package be moved from [testing] to some stable repo pkgdesc="CAcert.org root certificates" arch=(any) url="https://www.cacert.org/index.php?id=3" license=('custom:RDL') -depends=(ca-certificates) +depends=(ca-certificates=20140325-1) install=ca-certificates-cacert.install source=(http://www.cacert.org/certs/root.crt http://www.cacert.org/certs/class3.crt -- cgit v1.2.3