Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

starship: update to 1.10.1 #38675

Merged
merged 1 commit into from
Aug 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 3 additions & 4 deletions srcpkgs/starship/template
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
# Template file for 'starship'
pkgname=starship
version=1.9.1
version=1.10.1
revision=1
build_style=cargo
build_helper=qemu
hostmakedepends="libgit2-devel pkg-config"
makedepends="libgit2-devel openssl-devel"
hostmakedepends="cmake pkg-config"
classabbyamp marked this conversation as resolved.
Show resolved Hide resolved
depends="git"
checkdepends="git fish-shell"
short_desc="Minimal, fast and customizable cross-shell prompt"
maintainer="cinerea0 <cinerea0@protonmail.com>"
license="ISC"
homepage="https://starship.rs"
distfiles="https://github.com/starship/starship/archive/refs/tags/v${version}.tar.gz"
checksum=2b54bee07bf67504a1bb170d37dc8d6accab4594d35731bbdf0e8a631c8d1585
checksum=0dcf3a087748c241207a8c86a8c7b6e4d5558916d22deb4348942797d58c3ed9

post_build() {
STARSHIP="target/${RUST_TARGET}/release/starship"
Expand Down