diff options
Diffstat (limited to 'libre/ca-certificates-cacert/PKGBUILD')
-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 |