Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] starship: update to 1.18.0
@ 2024-03-21 16:19 cinerea0
  2024-03-21 17:46 ` [PR PATCH] [Updated] " cinerea0
  2024-03-22 13:26 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 2 replies; 3+ messages in thread
From: cinerea0 @ 2024-03-21 16:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 383 bytes --]

There is a new pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages starship
https://github.com/void-linux/void-packages/pull/49432

starship: update to 1.18.0
#### Testing the changes
- I tested the changes in this PR: **YES**



A patch file from https://github.com/void-linux/void-packages/pull/49432.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-starship-49432.patch --]
[-- Type: text/x-diff, Size: 1028 bytes --]

From 015193bb379d824e0b0ff7083b389a839b05b025 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 21 Mar 2024 12:18:26 -0400
Subject: [PATCH] starship: update to 1.18.0

---
 srcpkgs/starship/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template
index 2aed64198bdbeb..799f9af8a34cf8 100644
--- a/srcpkgs/starship/template
+++ b/srcpkgs/starship/template
@@ -1,6 +1,6 @@
 # Template file for 'starship'
 pkgname=starship
-version=1.17.1
+version=1.18.0
 revision=1
 build_style=cargo
 build_helper=qemu
@@ -13,7 +13,7 @@ license="ISC"
 homepage="https://starship.rs"
 changelog="https://raw.githubusercontent.com/starship/starship/master/CHANGELOG.md"
 distfiles="https://github.com/starship/starship/archive/refs/tags/v${version}.tar.gz"
-checksum=2b2fc84feb0197104982e8baf17952449375917da66b7a98b3e3fd0be63e5dba
+checksum=e387ead17edeccb603b15dc2bd9b61c6541e795e0f4a9d9015015743228c2368
 
 do_check() {
 	mkdir -p fake-home

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] starship: update to 1.18.0
  2024-03-21 16:19 [PR PATCH] starship: update to 1.18.0 cinerea0
@ 2024-03-21 17:46 ` cinerea0
  2024-03-22 13:26 ` [PR PATCH] [Merged]: " cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-03-21 17:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 388 bytes --]

There is an updated pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages starship
https://github.com/void-linux/void-packages/pull/49432

starship: update to 1.18.0
#### Testing the changes
- I tested the changes in this PR: **YES**



A patch file from https://github.com/void-linux/void-packages/pull/49432.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-starship-49432.patch --]
[-- Type: text/x-diff, Size: 1369 bytes --]

From ad02f51acac77415cad5eb4df795ba4cc433768f Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 21 Mar 2024 13:46:26 -0400
Subject: [PATCH] starship: update to 1.18.0

---
 srcpkgs/starship/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template
index 2aed64198bdbeb..d921238b49a48c 100644
--- a/srcpkgs/starship/template
+++ b/srcpkgs/starship/template
@@ -1,9 +1,10 @@
 # Template file for 'starship'
 pkgname=starship
-version=1.17.1
+version=1.18.0
 revision=1
 build_style=cargo
 build_helper=qemu
+make_check_args="-- --skip modules::username::tests::show_always_false" # test fails in CI
 hostmakedepends="cmake pkg-config"
 depends="git"
 checkdepends="git fish-shell"
@@ -13,11 +14,11 @@ license="ISC"
 homepage="https://starship.rs"
 changelog="https://raw.githubusercontent.com/starship/starship/master/CHANGELOG.md"
 distfiles="https://github.com/starship/starship/archive/refs/tags/v${version}.tar.gz"
-checksum=2b2fc84feb0197104982e8baf17952449375917da66b7a98b3e3fd0be63e5dba
+checksum=e387ead17edeccb603b15dc2bd9b61c6541e795e0f4a9d9015015743228c2368
+make_check_pre="env HOME=${wrksrc}/fake-home"
 
-do_check() {
+pre_check() {
 	mkdir -p fake-home
-	HOME="${wrksrc}/fake-home" cargo test --release --target ${RUST_TARGET}
 }
 
 post_install() {

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: starship: update to 1.18.0
  2024-03-21 16:19 [PR PATCH] starship: update to 1.18.0 cinerea0
  2024-03-21 17:46 ` [PR PATCH] [Updated] " cinerea0
@ 2024-03-22 13:26 ` cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-03-22 13:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 229 bytes --]

There's a merged pull request on the void-packages repository

starship: update to 1.18.0
https://github.com/void-linux/void-packages/pull/49432

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-22 13:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-21 16:19 [PR PATCH] starship: update to 1.18.0 cinerea0
2024-03-21 17:46 ` [PR PATCH] [Updated] " cinerea0
2024-03-22 13:26 ` [PR PATCH] [Merged]: " cinerea0

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).