Date: Friday, May 15, 2015 @ 20:33:56 Author: arojas Revision: 239415
Update to 0.7.0 Modified: libssh/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-05-15 17:05:54 UTC (rev 239414) +++ PKGBUILD 2015-05-15 18:33:56 UTC (rev 239415) @@ -5,18 +5,18 @@ # Contributor: sergeantspoon <[email protected]> pkgname=libssh -pkgver=0.6.5 +pkgver=0.7.0 pkgrel=1 pkgdesc="Library for accessing ssh client services through C libraries" url="http://www.libssh.org/" license=('LGPL') arch=('i686' 'x86_64') -depends=('zlib' 'openssl') +depends=('openssl') makedepends=('cmake' 'cmocka' 'doxygen') checkdepends=('openssh') -source=(https://red.libssh.org/attachments/download/121/${pkgname}-${pkgver}.tar.xz - https://red.libssh.org/attachments/download/120/${pkgname}-${pkgver}.tar.asc) -md5sums=('fdf107011ae1847d86620b39ae37d4f3' +source=(https://red.libssh.org/attachments/download/140/${pkgname}-${pkgver}.tar.xz + https://red.libssh.org/attachments/download/139/${pkgname}-${pkgver}.tar.asc) +md5sums=('cf20c3bb6edfc853187985c3f649ca80' 'SKIP') validpgpkeys=('8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D') # Andreas Schneider <[email protected]>
