From 949b33e5b78a47801b682934450f9f2dce3c4b46 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Sun, 14 Aug 2022 23:34:16 +0200 Subject: [PATCH] starship: update to 1.10.0 --- srcpkgs/starship/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template index ec4691a96956..208a56b9eb34 100644 --- a/srcpkgs/starship/template +++ b/srcpkgs/starship/template @@ -1,11 +1,10 @@ # Template file for 'starship' pkgname=starship -version=1.9.1 +version=1.10.0 revision=1 build_style=cargo build_helper=qemu -hostmakedepends="libgit2-devel pkg-config" -makedepends="libgit2-devel openssl-devel" +hostmakedepends="cmake pkg-config" depends="git" checkdepends="git fish-shell" short_desc="Minimal, fast and customizable cross-shell prompt" @@ -13,7 +12,7 @@ maintainer="cinerea0 " license="ISC" homepage="https://starship.rs" distfiles="https://github.com/starship/starship/archive/refs/tags/v${version}.tar.gz" -checksum=2b54bee07bf67504a1bb170d37dc8d6accab4594d35731bbdf0e8a631c8d1585 +checksum=28730f76858cddc371666b526a50905d75f7a820ca7a2b974822789f92aed2fe post_build() { STARSHIP="target/${RUST_TARGET}/release/starship"