From 27ff309993ad205b8f90db0560134afea2543a1b Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 2 Jan 2020 03:42:41 +0100 Subject: [PATCH] tealdeer: fix build with current libressl --- srcpkgs/tealdeer/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/tealdeer/template b/srcpkgs/tealdeer/template index 2c29b48237e..676aa940448 100644 --- a/srcpkgs/tealdeer/template +++ b/srcpkgs/tealdeer/template @@ -14,6 +14,10 @@ changelog="https://raw.githubusercontent.com/dbrgn/tealdeer/v${version}/CHANGELO distfiles="https://github.com/dbrgn/tealdeer/archive/v${version}.tar.gz" checksum=5cf286059b823501d05da445b9b7a609ec2da91d711d990df76397f79d800c52 +pre_build() { + cargo update --package openssl-sys --precise 0.9.53 +} + post_install() { vlicense LICENSE-MIT }