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

Dave Reisner dreisner at archlinux.org
Sun Oct 30 15:38:50 UTC 2011


    Date: Sunday, October 30, 2011 @ 11:38:49
  Author: dreisner
Revision: 141473

upgpkg: curl 7.22.0-4

re-add ca-cert dependency

Modified:
  curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-30 15:23:43 UTC (rev 141472)
+++ PKGBUILD	2011-10-30 15:38:49 UTC (rev 141473)
@@ -7,12 +7,12 @@
 
 pkgname=curl
 pkgver=7.22.0
-pkgrel=3
+pkgrel=4
 pkgdesc="An URL retrival utility and library"
 arch=('i686' 'x86_64')
 url="http://curl.haxx.se"
 license=('MIT')
-depends=('libssh2' 'openssl' 'zlib')
+depends=('ca-certificates' 'libssh2' 'openssl' 'zlib')
 makedepends=('perl-libwww')
 options=('!libtool')
 source=("http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}




More information about the arch-commits mailing list