From 487f09980b350c4a1c5511deb7909f525ba3928f Mon Sep 17 00:00:00 2001 From: John Date: Thu, 2 Jul 2020 16:59:19 +0200 Subject: [PATCH] cargo-edit: rebuild against libressl-3.1.3 --- srcpkgs/cargo-edit/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/cargo-edit/template b/srcpkgs/cargo-edit/template index d703849d6c4..67452f52678 100644 --- a/srcpkgs/cargo-edit/template +++ b/srcpkgs/cargo-edit/template @@ -1,7 +1,7 @@ # Template file for 'cargo-edit' pkgname=cargo-edit version=0.6.0 -revision=1 +revision=2 build_style=cargo hostmakedepends="pkg-config" makedepends="libressl-devel" @@ -12,6 +12,10 @@ homepage="https://github.com/killercup/cargo-edit" distfiles="https://github.com/killercup/cargo-edit/archive/v${version}.tar.gz" checksum=b91161dcb14d86bc605778cc7fb4d6f6333305fc6cbe84fc6717f1e682678200 +pre_build() { + cargo update --package openssl-sys --precise 0.9.58 +} + post_install() { vlicense LICENSE }