summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFantix King2016-01-02 11:11:50 +0800
committerFantix King2015-12-30 19:47:17 +0800
commit97df454865686d30321654eab7934e6336b1a14e (patch)
treed81f2d1d728adb958e0bffb9c0c3f30c2e913c66 /PKGBUILD
parentd40bb435967afebab3b6769d06777ab1ad0ba01a (diff)
downloadaur-libx32-libssh2.tar.gz
1.6.0-1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b70548e7d62a..894441a8877f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Florian Pritz <flo@xssn.at>
-# $Id: PKGBUILD 71572 2012-05-29 20:53:33Z bluewind $
+# $Id: PKGBUILD 136290 2015-07-02 17:31:50Z bluewind $
# Contributor: Angel Velasquez <angvp@archlinux.org>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: ice-man <icemanf@gmail.com>
+# x32 Maintainer: Fantix King <fantix.king at gmail.com>
_pkgbasename=libssh2
pkgname=libx32-$_pkgbasename
-pkgver=1.4.2
+pkgver=1.6.0
pkgrel=1.1
pkgdesc="A library implementing the SSH2 protocol as defined by Internet Drafts (x32 ABI)"
url="http://www.libssh2.org/"
@@ -18,7 +19,7 @@ provides=('libssh2.so')
makedepends=('libx32-zlib' "gcc-multilib-x32")
options=('!libtool')
source=("http://www.libssh2.org/download/${_pkgbasename}-${pkgver}.tar.gz")
-md5sums=('42e2b3796ac07fc1dbafc7abcc002cd3')
+md5sums=('00aabd6e714a5f42a4fb82ace20db1dd')
build() {
export CC="gcc -mx32"