summaryrefslogtreecommitdiff
path: root/extra/libssh/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-12-04 10:40:59 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-12-04 10:40:59 -0300
commit1d3002e46bb10b50ac35a99b6d2e672cb2c4b2f9 (patch)
tree216bc7e920c66a705a160ab98ca99ebd3f692e8e /extra/libssh/PKGBUILD
parente5ec91bd8051afc41414938217ee09c65aa6c7a2 (diff)
parent8bec6ab49870cd93d3fc53aca96b261cbec8065f (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/hostapd/PKGBUILD community/polipo/PKGBUILD extra/libotf/PKGBUILD extra/libssh/PKGBUILD extra/m17n-lib/PKGBUILD
Diffstat (limited to 'extra/libssh/PKGBUILD')
-rw-r--r--extra/libssh/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/extra/libssh/PKGBUILD b/extra/libssh/PKGBUILD
index 3a5d57db1..ed8bb0695 100644
--- a/extra/libssh/PKGBUILD
+++ b/extra/libssh/PKGBUILD
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD 138141 2011-09-17 12:41:18Z andrea $
-# Maintainer: Andrea Scarpino <andrea@archlinux.org>
+# $Id: PKGBUILD 172472 2012-12-03 12:34:31Z tomegun $
+# Maintainer: Tom Gundersen <teg@jklm.no>
+# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: ice-man <icemanf@gmail.com>
# Contributor: sergeantspoon <sergeantspoon@archlinux.us>
pkgname=libssh
-pkgver=0.5.2
-pkgrel=1.1
+pkgver=0.5.3
+pkgrel=1
pkgdesc="Library for accessing ssh client services through C libraries"
url="http://www.libssh.org/"
license=('LGPL')
arch=('i686' 'x86_64' 'mips64el')
depends=('openssl')
makedepends=('cmake' 'doxygen')
-source=("https://red.libssh.org/attachments/download/27/${pkgname}-${pkgver}.tar.gz")
-md5sums=('38b67c48af7a9204660a3e08f97ceba6')
+source=("https://red.libssh.org/attachments/download/38/${pkgname}-${pkgver}.tar.gz")
build() {
cd "${srcdir}"
@@ -29,3 +29,4 @@ package(){
cd "${srcdir}"/build
make DESTDIR="${pkgdir}" install
}
+md5sums=('9ad01838d3b89d98e900e0f6260a88cc')