From 730f40d3329ee1b693cb93da61d806ce7f724e3d Mon Sep 17 00:00:00 2001 From: John Date: Wed, 6 Jan 2021 18:18:21 +0100 Subject: [PATCH] mosh: rebuild against OpenSSL --- srcpkgs/mosh/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mosh/template b/srcpkgs/mosh/template index 651cd9de60b..7f0231c305d 100644 --- a/srcpkgs/mosh/template +++ b/srcpkgs/mosh/template @@ -1,10 +1,10 @@ # Template file for 'mosh' pkgname=mosh version=1.3.2 -revision=20 +revision=21 build_style=gnu-configure hostmakedepends="pkg-config protobuf" -makedepends="ncurses-devel protobuf-devel libutempter-devel libressl-devel" +makedepends="ncurses-devel protobuf-devel libutempter-devel openssl-devel" depends="perl-IO-Tty" short_desc="Mobile shell, remote terminal application that allows roaming" maintainer="Nathan Owens "