diff options
author | root <root@rshg054.dnsready.net> | 2012-12-04 02:27:34 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-04 02:27:34 -0800 |
commit | 8fb920e1b30f4a0c0b5ed64a44a85db94b60cf3a (patch) | |
tree | 388f72bc691c047458cabbaaf5fe9d5b4931c0de /extra/libssh/PKGBUILD | |
parent | cd3e25625999a62fa1c10e233f371a30d03f67c8 (diff) |
Tue Dec 4 02:21:34 PST 2012
Diffstat (limited to 'extra/libssh/PKGBUILD')
-rw-r--r-- | extra/libssh/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
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 <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 +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') |