summaryrefslogtreecommitdiff
path: root/core/libssh2
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-24 11:27:18 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-24 11:27:18 -0300
commita3ba265c32b1de731745e1abc812f5d21bcd6aaf (patch)
treee1302d14a6a73b6a674d2389d6427acb6b9ea870 /core/libssh2
parent2792638784d70e22bfff1827f7e283c3158e58cf (diff)
parent9988621f899d7d4ae5fd0a4a32a4ba3abc5a527d (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/gtranslator/PKGBUILD community-testing/gtranslator/gtranslator.changelog extra/emelfm2/PKGBUILD extra/wireshark/PKGBUILD extra/xfce4-diskperf-plugin/PKGBUILD extra/xfce4-mount-plugin/PKGBUILD extra/xfce4-wavelan-plugin/PKGBUILD multilib/gcc-multilib/PKGBUILD multilib/lib32-openssl/PKGBUILD testing/anjuta-extras/PKGBUILD testing/anjuta/PKGBUILD testing/gdl/PKGBUILD testing/lv2/PKGBUILD
Diffstat (limited to 'core/libssh2')
-rw-r--r--core/libssh2/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/libssh2/PKGBUILD b/core/libssh2/PKGBUILD
index 1db4b6786..73ab68c67 100644
--- a/core/libssh2/PKGBUILD
+++ b/core/libssh2/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 149700 2012-02-09 04:56:34Z dreisner $
+# $Id: PKGBUILD 156610 2012-04-21 17:49:44Z dreisner $
# Maintainer: Dave Reisner <dreisner@archlinux.org>
# Contributor: Angel Velasquez <angvp@archlinux.org>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
@@ -6,7 +6,7 @@
# Contributor: ice-man <icemanf@gmail.com>
pkgname=libssh2
-pkgver=1.4.0
+pkgver=1.4.1
pkgrel=1
pkgdesc="A library implementing the SSH2 protocol as defined by Internet Drafts"
url="http://www.libssh2.org/"
@@ -14,11 +14,11 @@ arch=('i686' 'x86_64' 'mips64el')
license=('BSD')
depends=('openssl')
makedepends=('zlib')
-provides=('libssh2.so=1-64')
+provides=('libssh2.so')
options=('!libtool')
source=("http://www.libssh2.org/download/$pkgname-$pkgver.tar.gz"{,.asc})
-md5sums=('ee670161d8c5dff93ae84a3f34f15669'
- 'd30af693479e5e88036ffb61ab8d0dc9')
+md5sums=('b94106e046af37fdc0734e487842fe66'
+ 'd120a091e9f594c6608815d72b07c7a3')
build() {
cd "$pkgname-$pkgver"