From 3f78be124b5240401868f3dd79d8f32532cf3f25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Mon, 5 Oct 2020 15:08:12 +0200 Subject: [PATCH] cargo-edit: update to 0.7.0. --- srcpkgs/cargo-edit/template | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/srcpkgs/cargo-edit/template b/srcpkgs/cargo-edit/template index 67452f52678..6e746c880c7 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=2 +version=0.7.0 +revision=1 build_style=cargo hostmakedepends="pkg-config" makedepends="libressl-devel" @@ -10,11 +10,7 @@ maintainer="Jan Christian Grünhage " license="MIT" 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 -} +checksum=56b51ef8d52d8b414b5c4001053fa196dc7710fea9b1140171a314bc527a2ea2 post_install() { vlicense LICENSE