diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-05 06:55:30 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-05 06:55:30 -0300 |
commit | c55e1348b6f415284260836795c462fe81ea3809 (patch) | |
tree | 9816b982a9502ef0635e903cbc50e277f5debb07 | |
parent | 9ec0f2c42b809b4175bac0d1ccf57a0ff2d43e14 (diff) | |
download | abslibre-c55e1348b6f415284260836795c462fe81ea3809.tar.gz abslibre-c55e1348b6f415284260836795c462fe81ea3809.tar.bz2 abslibre-c55e1348b6f415284260836795c462fe81ea3809.zip |
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
-rw-r--r-- | libre/ca-certificates-cacert/PKGBUILD | 4 |
1 files 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 |