[arch-commits] Commit in ca-certificates/trunk (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Sun Aug 17 17:53:06 UTC 2008


    Date: Sunday, August 17, 2008 @ 13:53:05
  Author: pierre
Revision: 9444

upgpkg: ca-certificates 20080809-2
    this needs openssl for the instal script

Modified:
  ca-certificates/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-17 17:31:24 UTC (rev 9443)
+++ PKGBUILD	2008-08-17 17:53:05 UTC (rev 9444)
@@ -3,13 +3,13 @@
 
 pkgname=ca-certificates
 pkgver=20080809
-pkgrel=1
+pkgrel=2
 pkgdesc='Common CA certificates'
 arch=('i686' 'x86_64')
 url='http://packages.qa.debian.org/c/ca-certificates.html'
 license=('MPL' 'GPL')
 source=("http://ftp.debian.org/debian/pool/main/c/${pkgname}/${pkgname}_${pkgver}.tar.gz")
-depends=('run-parts')
+depends=('run-parts' 'openssl')
 makedepends=('ruby')
 install=ca-certificates.install
 backup=('etc/ca-certificates.conf')




More information about the arch-commits mailing list