diff options
Diffstat (limited to 'extra/libssh/PKGBUILD')
-rw-r--r-- | extra/libssh/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/libssh/PKGBUILD b/extra/libssh/PKGBUILD index ed8bb0695..b836561e8 100644 --- a/extra/libssh/PKGBUILD +++ b/extra/libssh/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 172472 2012-12-03 12:34:31Z tomegun $ +# $Id: PKGBUILD 180604 2013-03-24 15:55:47Z 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.3 +pkgver=0.5.4 pkgrel=1 pkgdesc="Library for accessing ssh client services through C libraries" url="http://www.libssh.org/" @@ -13,7 +13,7 @@ license=('LGPL') arch=('i686' 'x86_64' 'mips64el') depends=('openssl') makedepends=('cmake' 'doxygen') -source=("https://red.libssh.org/attachments/download/38/${pkgname}-${pkgver}.tar.gz") +source=("https://red.libssh.org/attachments/download/41/${pkgname}-${pkgver}.tar.gz") build() { cd "${srcdir}" @@ -29,4 +29,4 @@ package(){ cd "${srcdir}"/build make DESTDIR="${pkgdir}" install } -md5sums=('9ad01838d3b89d98e900e0f6260a88cc') +md5sums=('b8b4e733c13dfabae33b2688ef82dacc') |