From 6b80549c46fc86951a901d052cd772c0cb90542c Mon Sep 17 00:00:00 2001 From: John Date: Sat, 4 Jul 2020 23:23:36 +0200 Subject: [PATCH] tarpaulin: rebuild against libressl-3.1.3 --- srcpkgs/tarpaulin/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/tarpaulin/template b/srcpkgs/tarpaulin/template index 12639eaea38..81e0d013445 100644 --- a/srcpkgs/tarpaulin/template +++ b/srcpkgs/tarpaulin/template @@ -1,7 +1,7 @@ # Template file for 'tarpaulin' pkgname=tarpaulin version=0.13.3 -revision=1 +revision=2 archs="x86_64*" build_style=cargo hostmakedepends="pkg-config cmake" @@ -13,6 +13,10 @@ homepage="https://github.com/xd009642/tarpaulin" distfiles="https://github.com/xd009642/tarpaulin/archive/${version}.tar.gz" checksum=afa03dcf10b2fba07a50fa91bdecceef2299df3c86e5f53281bf01983956eeb1 +pre_build() { + cargo update --package openssl-sys --precise 0.9.58 +} + post_install() { vlicense LICENSE-MIT vlicense LICENSE-APACHE