From 6b3f57e5302e7dc9c68e0aabf2e635bfdbc1b471 Mon Sep 17 00:00:00 2001 From: FollieHiyuki Date: Tue, 23 Mar 2021 21:02:24 +0300 Subject: [PATCH] starship: update to 0.51.0 --- srcpkgs/starship/template | 10 +++++----- srcpkgs/starship/update | 2 ++ 2 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 srcpkgs/starship/update diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template index 9362f5664cba..2805629c1827 100644 --- a/srcpkgs/starship/template +++ b/srcpkgs/starship/template @@ -1,18 +1,18 @@ # Template file for 'starship' pkgname=starship -version=0.50.0 -revision=2 +version=0.51.0 +revision=1 build_style=cargo build_helper=qemu -hostmakedepends="pkg-config libgit2-devel" -makedepends="openssl-devel libgit2-devel" +hostmakedepends="pkg-config" +makedepends="openssl-devel" checkdepends="git fish-shell" short_desc="Minimal, fast and customizable cross-shell prompt" maintainer="Aluísio Augusto Silva Gonçalves " license="ISC" homepage="https://starship.rs" distfiles="https://github.com/starship/starship/archive/v${version}.tar.gz" -checksum=d8f4dc9bd266f2a5c34926d361c62fdddb61cd7da4acadba5f9c175eb07602e5 +checksum=87a9e2ad206a7397e52e00a0a650d364ca2ea941cb9fbe75704d56a43f11cef9 post_build() { STARSHIP="target/${RUST_TARGET}/release/starship" diff --git a/srcpkgs/starship/update b/srcpkgs/starship/update new file mode 100644 index 000000000000..342ead75d332 --- /dev/null +++ b/srcpkgs/starship/update @@ -0,0 +1,2 @@ +site='https://github.com/starship/starship/releases' +pattern='v\K[\d]+\.[\d]+\.[\d]+'