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 }