diff options
Diffstat (limited to 'testing/curl/PKGBUILD')
-rw-r--r-- | testing/curl/PKGBUILD | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/testing/curl/PKGBUILD b/testing/curl/PKGBUILD index 03214f302..fd47a41ee 100644 --- a/testing/curl/PKGBUILD +++ b/testing/curl/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 138498 2011-09-25 14:51:49Z dreisner $ +# $Id: PKGBUILD 141358 2011-10-29 19:16:01Z dreisner $ # Maintainer: Dave Reisner <dreisner@archlinux.org> # Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: Eric Belanger <eric@archlinux.org> @@ -7,7 +7,7 @@ pkgname=curl pkgver=7.22.0 -pkgrel=2 +pkgrel=3 pkgdesc="An URL retrival utility and library" arch=('i686' 'x86_64') url="http://curl.haxx.se" @@ -45,10 +45,8 @@ build() { --enable-threaded-resolver \ --without-libidn \ --with-random=/dev/urandom \ - --with-ca-bundle=/etc/ssl/certs/ca-bundle.crt + --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt make - - perl lib/mk-ca-bundle.pl } package() { @@ -59,9 +57,6 @@ package() { # license install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" - # cert bundle - install -Dm644 ca-bundle.crt "$pkgdir/etc/ssl/certs/ca-bundle.crt" - # devel install -Dm644 docs/libcurl/libcurl.m4 "$pkgdir/usr/share/aclocal/libcurl.m4" mv "$pkgdir/usr/include/curl/curlbuild.h" "$pkgdir/usr/include/curl/$_curlbuild" |