From 058983fb5cb16dbb25368dd464cbcf27205b3f93 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 4 Nov 2013 01:27:27 -0800 Subject: Mon Nov 4 01:26:54 PST 2013 --- core/curl/PKGBUILD | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'core/curl') diff --git a/core/curl/PKGBUILD b/core/curl/PKGBUILD index 384e163d9..0c88797cf 100644 --- a/core/curl/PKGBUILD +++ b/core/curl/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 197806 2013-10-30 11:02:54Z allan $ +# $Id: PKGBUILD 198761 2013-11-03 13:49:41Z dreisner $ # Maintainer: Dave Reisner # Contributor: Angel Velasquez # Contributor: Eric Belanger @@ -7,7 +7,7 @@ pkgname=curl pkgver=7.33.0 -pkgrel=2 +pkgrel=3 pkgdesc="An URL retrieval utility and library" arch=('i686' 'x86_64') url="http://curl.haxx.se" @@ -16,11 +16,19 @@ depends=('ca-certificates' 'libssh2' 'openssl' 'zlib') provides=('libcurl.so') options=('strip' 'debug') source=("http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc} + "0001-glob-fix-regression-from-commit-5ca96cb844.patch::https://github.com/bagder/curl/commit/867b52a.patch" curlbuild.h) md5sums=('c8a4eaac7ce7b0d1bf458d62ccd4ef93' 'SKIP' + 'd71c7eab7d38f1731f78285634a4c390' '751bd433ede935c8fae727377625a8ae') +prepare() { + cd "$pkgname-$pkgver" + + patch -Np1 < "$srcdir"/0001-glob-fix-regression-from-commit-5ca96cb844.patch +} + build() { cd "$pkgname-$pkgver" -- cgit v1.2.3-54-g00ecf