From 8fb920e1b30f4a0c0b5ed64a44a85db94b60cf3a Mon Sep 17 00:00:00 2001 From: root Date: Tue, 4 Dec 2012 02:27:34 -0800 Subject: Tue Dec 4 02:21:34 PST 2012 --- extra/libssh/PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'extra/libssh/PKGBUILD') diff --git a/extra/libssh/PKGBUILD b/extra/libssh/PKGBUILD index a2dc1bfcd..c546e7b61 100644 --- a/extra/libssh/PKGBUILD +++ b/extra/libssh/PKGBUILD @@ -1,10 +1,11 @@ -# $Id: PKGBUILD 138141 2011-09-17 12:41:18Z andrea $ -# Maintainer: Andrea Scarpino +# $Id: PKGBUILD 172472 2012-12-03 12:34:31Z tomegun $ +# Maintainer: Tom Gundersen +# Contributor: Andrea Scarpino # Contributor: ice-man # Contributor: sergeantspoon pkgname=libssh -pkgver=0.5.2 +pkgver=0.5.3 pkgrel=1 pkgdesc="Library for accessing ssh client services through C libraries" url="http://www.libssh.org/" @@ -12,8 +13,7 @@ license=('LGPL') arch=('i686' 'x86_64') 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') -- cgit v1.2.3-54-g00ecf