extra/curl to 7.21.6-2

This commit is contained in:
Kevin Mihelich 2011-05-22 15:39:57 -04:00
parent cb66adcdb6
commit 4499df64bf

View file

@ -1,4 +1,4 @@
# $Id: PKGBUILD 120474 2011-04-24 01:23:51Z angvp $
# $Id: PKGBUILD 123955 2011-05-14 18:55:23Z angvp $
# Maintainer: Angel Velasquez <angvp@archlinux.org>
# Contributor: Eric Belanger <eric@archlinux.org>
# Contributor: Lucien Immink <l.immink@student.fnt.hvu.nl>
@ -12,12 +12,12 @@ plugrel=1
pkgname=curl
pkgver=7.21.6
pkgrel=1
pkgrel=2
pkgdesc="An URL retrival utility and library"
arch=('i686' 'x86_64')
url="http://curl.haxx.se"
license=('MIT')
depends=('zlib' 'openssl' 'bash' 'ca-certificates')
depends=('zlib' 'openssl' 'bash' 'ca-certificates' 'libssh2')
options=('!libtool')
source=(http://curl.haxx.se/download/${pkgname}-${pkgver}.tar.bz2
curlbuild.h)