summaryrefslogtreecommitdiff
path: root/multilib/lib32-libssh2/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-23 23:15:11 +0000
committerroot <root@rshg054.dnsready.net>2012-02-23 23:15:11 +0000
commitd466ef49f224a9347fe0375eac8126725e10a0a4 (patch)
treec08a9d7437c4d6de169858ac98fb340fd90202c2 /multilib/lib32-libssh2/PKGBUILD
parent1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (diff)
Thu Feb 23 23:15:11 UTC 2012
Diffstat (limited to 'multilib/lib32-libssh2/PKGBUILD')
-rw-r--r--multilib/lib32-libssh2/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/multilib/lib32-libssh2/PKGBUILD b/multilib/lib32-libssh2/PKGBUILD
index 88ac921e1..f97d8d02c 100644
--- a/multilib/lib32-libssh2/PKGBUILD
+++ b/multilib/lib32-libssh2/PKGBUILD
@@ -1,5 +1,5 @@
# Maintainer: Florian Pritz <flo@xssn.at>
-# $Id: PKGBUILD 60959 2011-12-19 19:12:57Z bluewind $
+# $Id: PKGBUILD 66052 2012-02-22 16:41:55Z bluewind $
# Contributor: Angel Velasquez <angvp@archlinux.org>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
@@ -7,17 +7,18 @@
_pkgbasename=libssh2
pkgname=lib32-$_pkgbasename
-pkgver=1.3.0
+pkgver=1.4.0
pkgrel=1
pkgdesc="A library implementing the SSH2 protocol as defined by Internet Drafts (32-bit)"
url="http://www.libssh2.org/"
arch=('i686' 'x86_64')
license=('BSD')
depends=('lib32-openssl' $_pkgbasename)
+provides=('libssh2.so')
makedepends=('zlib' "gcc-multilib")
options=('!libtool')
source=("http://www.libssh2.org/download/${_pkgbasename}-${pkgver}.tar.gz")
-md5sums=('6425331899ccf1015f1ed79448cb4709')
+md5sums=('ee670161d8c5dff93ae84a3f34f15669')
build() {
export CC="gcc -m32"