diff options
author | root <root@rshg054.dnsready.net> | 2012-03-26 00:01:46 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-26 00:01:46 +0000 |
commit | f96a2208b6a0ba89c3d824514a3929f08d79f7bf (patch) | |
tree | 88c1033b9ec826ca6da1f1847685957bce496c62 /core/curl | |
parent | 891f44722456b693d99b397f7e332a9ed68a47a2 (diff) |
Mon Mar 26 00:01:45 UTC 2012
Diffstat (limited to 'core/curl')
-rw-r--r-- | core/curl/PKGBUILD | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/core/curl/PKGBUILD b/core/curl/PKGBUILD index 6e1e75200..fc7a9c34f 100644 --- a/core/curl/PKGBUILD +++ b/core/curl/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 148373 2012-01-30 19:14:16Z ibiru $ +# $Id: PKGBUILD 154258 2012-03-25 02:41:53Z dreisner $ # Maintainer: Dave Reisner <dreisner@archlinux.org> # Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: Eric Belanger <eric@archlinux.org> @@ -6,8 +6,8 @@ # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=curl -pkgver=7.24.0 -pkgrel=2 +pkgver=7.25.0 +pkgrel=1 pkgdesc="An URL retrival utility and library" arch=('i686' 'x86_64') url="http://curl.haxx.se" @@ -15,11 +15,9 @@ license=('MIT') depends=('ca-certificates' 'libssh2' 'openssl' 'zlib') options=('!libtool') source=("http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc} - 0001-include-headers-for-tcp-keepalives.patch curlbuild.h) -md5sums=('b93420f80a2baaa61a0f45214eddc2ba' - '710242df6bc318d16eea611e7d1b1410' - '84833972c2ff36abb2bfdd4ac065c2e5' +md5sums=('a56cbe2778b09769f8a5ba17d8f4d92a' + '0e0fd2da19bde6f7be687667e2fac02f' '751bd433ede935c8fae727377625a8ae') ptrsize=$(cpp <<<'__SIZEOF_POINTER__' | sed '/^#/d') @@ -34,8 +32,6 @@ esac build() { cd "$pkgname-$pkgver" - patch -Np1 < "$srcdir/0001-include-headers-for-tcp-keepalives.patch" - ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ |