diff options
Diffstat (limited to 'core/curl/PKGBUILD')
-rw-r--r-- | core/curl/PKGBUILD | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/core/curl/PKGBUILD b/core/curl/PKGBUILD index d8454eb34..9ca623a0e 100644 --- a/core/curl/PKGBUILD +++ b/core/curl/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 193944 2013-09-07 15:30:07Z dreisner $ +# $Id: PKGBUILD 196882 2013-10-20 21:20:05Z dreisner $ # Maintainer: Dave Reisner <dreisner@archlinux.org> # Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: Eric Belanger <eric@archlinux.org> @@ -6,29 +6,21 @@ # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=curl -pkgver=7.32.0 -pkgrel=2 +pkgver=7.33.0 +pkgrel=1 pkgdesc="An URL retrieval utility and library" arch=('i686' 'x86_64') url="http://curl.haxx.se" license=('MIT') depends=('ca-certificates' 'libssh2' 'openssl' 'zlib') provides=('libcurl.so') -options=('!libtool') +options=('!libtool' 'strip' 'debug') source=("http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc} - 0001-curl_multi_remove_handle-allow-multiple-removes.patch curlbuild.h) -md5sums=('f77cf3cb59cf2bfe686b80338323fd40' +md5sums=('c8a4eaac7ce7b0d1bf458d62ccd4ef93' 'SKIP' - '589a2ccdf90e198fca398809e9d16128' '751bd433ede935c8fae727377625a8ae') -prepare() { - cd "$pkgname-$pkgver" - - patch -Np1 <"$srcdir"/0001-curl_multi_remove_handle-allow-multiple-removes.patch -} - build() { cd "$pkgname-$pkgver" |