Skip to content

Commit

Permalink
bump(main/starship): 1.22.1 (#22897)
Browse files Browse the repository at this point in the history
  • Loading branch information
termux-pacman-bot committed Jan 11, 2025
1 parent cc0b363 commit 3848e0a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 41 deletions.
12 changes: 6 additions & 6 deletions packages/starship/0001-Cargo.toml.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/Cargo.toml b/Cargo.toml
index 83da4c1..01f8708 100644
index ebffc4d5..5fc17cdf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,8 +29,7 @@ The minimal, blazing-fast, and infinitely customizable prompt for any shell! ☄
Expand All @@ -12,13 +12,13 @@ index 83da4c1..01f8708 100644
config-schema = ["schemars"]
notify = ["notify-rust"]

@@ -73,9 +72,6 @@ serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.129"
@@ -73,9 +72,6 @@ serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.135"
sha1 = "0.10.6"
shadow-rs = { version = "0.35.1", default-features = false }
shadow-rs = { version = "0.37.0", default-features = false }
-# battery is optional (on by default) because the crate doesn't currently build for Termux
-# see: https://github.com/svartalf/rust-battery/issues/33
-starship-battery = { version = "0.10.0", optional = true }
strsim = "0.11.1"
systemstat = "=0.2.3"
terminal_size = "0.4.0"
systemstat = "=0.2.4"
terminal_size = "0.4.1"
32 changes: 0 additions & 32 deletions packages/starship/6342-fix-username.patch

This file was deleted.

5 changes: 2 additions & 3 deletions packages/starship/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://starship.rs
TERMUX_PKG_DESCRIPTION="A minimal, blazing fast, and extremely customizable prompt for any shell"
TERMUX_PKG_LICENSE="ISC"
TERMUX_PKG_MAINTAINER="Joshua Kahn @TomJo2000"
TERMUX_PKG_VERSION="1.21.1"
TERMUX_PKG_REVISION=2
TERMUX_PKG_VERSION="1.22.1"
TERMUX_PKG_SRCURL=https://github.com/starship/starship/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=f543dfa3229441ca2a55b8a625ce4bad5756a896378b019f4d0f0e00cf34dcc8
TERMUX_PKG_SHA256=5434a3d1ca16987a1dd30146c36aaa4371dbe1c7f1a7995c0cf12ab3eb9326d7
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_BUILD_DEPENDS="zlib"
TERMUX_PKG_BUILD_IN_SRC=true
Expand Down

0 comments on commit 3848e0a

Please sign in to comment.