From b91703552276ae80c07d2889bb0b285fc3ad6a20 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 6 Feb 2021 22:18:29 +0100 Subject: [PATCH] starship: switch to OpenSSL --- srcpkgs/starship/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template index 08d0c71e41d..9362f5664cb 100644 --- a/srcpkgs/starship/template +++ b/srcpkgs/starship/template @@ -1,11 +1,11 @@ # Template file for 'starship' pkgname=starship version=0.50.0 -revision=1 +revision=2 build_style=cargo build_helper=qemu hostmakedepends="pkg-config libgit2-devel" -makedepends="libressl-devel libgit2-devel" +makedepends="openssl-devel libgit2-devel" checkdepends="git fish-shell" short_desc="Minimal, fast and customizable cross-shell prompt" maintainer="Aluísio Augusto Silva Gonçalves "