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

Pierre Schmitz pierre at archlinux.org
Mon Aug 18 10:18:03 UTC 2008


    Date: Monday, August 18, 2008 @ 06:18:02
  Author: pierre
Revision: 9713

upgpkg: ca-certificates 20080809-4
    missed some dependencies of the install script (needed if you do something like pacman -S base)

Modified:
  ca-certificates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-18 09:34:26 UTC (rev 9712)
+++ PKGBUILD	2008-08-18 10:18:02 UTC (rev 9713)
@@ -3,13 +3,13 @@
 
 pkgname=ca-certificates
 pkgver=20080809
-pkgrel=3
+pkgrel=4
 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' 'openssl')
+depends=('bash' 'run-parts' 'openssl' 'findutils' 'coreutils' 'sed')
 makedepends=('ruby')
 groups=('base')
 install=ca-certificates.install




More information about the arch-commits mailing list