From 0bd5b23491fde3e2eed19323c1933fe437da3a22 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 14 Jul 2014 14:37:08 +0200 Subject: [PATCH] libssh: switch to libressl. --- srcpkgs/libssh/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libssh/template b/srcpkgs/libssh/template index b31a6d90797..329b2d8d49c 100644 --- a/srcpkgs/libssh/template +++ b/srcpkgs/libssh/template @@ -1,10 +1,10 @@ # Template file for 'libssh' pkgname=libssh version=0.6.3 -revision=1 +revision=2 build_style=cmake hostmakedepends="cmake" -makedepends="zlib-devel openssl-devel" +makedepends="zlib-devel libressl-devel" short_desc="Multiplatform C library implementing SSHv1 and SSHv2 protocols" maintainer="Juan RP " license="BSD"