mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/curl to 7.21.6-2
This commit is contained in:
parent
cb66adcdb6
commit
4499df64bf
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue