mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
community/starship: bump time crate to fix build with rust 1.80
This commit is contained in:
parent
6e529e55fb
commit
db72fdc228
@ -25,6 +25,7 @@ source="https://github.com/starship/starship/archive/v$pkgver/starship-$pkgver.t
|
||||
use-libdbus.patch
|
||||
starship.plugin.zsh
|
||||
bump-libc.patch
|
||||
bump-time.patch
|
||||
"
|
||||
options="net" # fetching dependencies
|
||||
|
||||
@ -90,4 +91,5 @@ sha512sums="
|
||||
bf959be577037f9b68925ed3e1640edc87ccbf9a487a61d667d05baab8e726e8337e1d816a0ff40cb8cc4ab2593db9f363147554d1e79aace839ed7eec4b632a use-libdbus.patch
|
||||
384a3b84b103005d347ef76c9a61f8c5e21cc97f17f195cff157f71f42dbd76fd6f54f93715cbebbee2eab70a275e39917334721fa21d130bd715a7b6334418b starship.plugin.zsh
|
||||
715bb5e811e4aaa2c0289d1cbcef10d54ddd7767810b8f5fcd90380e370b0ef7d845cfbcdb2f42e95769eba81e449d07e4fc180973f28fd0d22da3ff1e868f85 bump-libc.patch
|
||||
d3670a2b1a2a7d8e08e106f99cbb1b92244e5dac05492fd2a85d9182ed271d2d425d4f5b96703d38bda4c37b7da6a1934a1f866caac0bf238cdc76cfb4b629d5 bump-time.patch
|
||||
"
|
||||
|
46
community/starship/bump-time.patch
Normal file
46
community/starship/bump-time.patch
Normal file
@ -0,0 +1,46 @@
|
||||
--- a/Cargo.lock
|
||||
+++ b/Cargo.lock
|
||||
@@ -1983,6 +1667,12 @@
|
||||
]
|
||||
|
||||
[[package]]
|
||||
+name = "num-conv"
|
||||
+version = "0.1.0"
|
||||
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
+checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
||||
+
|
||||
+[[package]]
|
||||
name = "num-derive"
|
||||
version = "0.3.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
@@ -3014,13 +2616,14 @@
|
||||
|
||||
[[package]]
|
||||
name = "time"
|
||||
-version = "0.3.31"
|
||||
+version = "0.3.36"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
-checksum = "f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e"
|
||||
+checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
||||
dependencies = [
|
||||
"deranged",
|
||||
"itoa",
|
||||
"libc",
|
||||
+ "num-conv",
|
||||
"num_threads",
|
||||
"powerfmt",
|
||||
"serde",
|
||||
@@ -3036,10 +2639,11 @@
|
||||
|
||||
[[package]]
|
||||
name = "time-macros"
|
||||
-version = "0.2.16"
|
||||
+version = "0.2.18"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
-checksum = "26197e33420244aeb70c3e8c78376ca46571bc4e701e4791c2cd9f57dcb3a43f"
|
||||
+checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
|
||||
dependencies = [
|
||||
+ "num-conv",
|
||||
"time-core",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user