From b8399af148f3f81e08d07ce9ada7e06dcbb72fd9 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 6 Jan 2021 18:17:49 +0100 Subject: [PATCH] cargo-edit: rebuild against OpenSSL --- srcpkgs/cargo-edit/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cargo-edit/template b/srcpkgs/cargo-edit/template index 6e746c880c7..90e5b108429 100644 --- a/srcpkgs/cargo-edit/template +++ b/srcpkgs/cargo-edit/template @@ -1,10 +1,10 @@ # Template file for 'cargo-edit' pkgname=cargo-edit version=0.7.0 -revision=1 +revision=2 build_style=cargo hostmakedepends="pkg-config" -makedepends="libressl-devel" +makedepends="openssl-devel" short_desc="Utility for managing cargo dependencies from the command line" maintainer="Jan Christian Grünhage " license="MIT"