Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/s/starship/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ libc.so.6:connect
libc.so.6:dirfd
libc.so.6:dl_iterate_phdr
libc.so.6:dlsym
libc.so.6:dup
libc.so.6:dup2
libc.so.6:environ
libc.so.6:execvp
Expand Down Expand Up @@ -105,11 +106,11 @@ libc.so.6:rmdir
libc.so.6:sched_getaffinity
libc.so.6:sched_yield
libc.so.6:send
libc.so.6:sendfile64
libc.so.6:sendmsg
libc.so.6:setgid
libc.so.6:setgroups
libc.so.6:setpgid
libc.so.6:setsid
libc.so.6:setuid
libc.so.6:shutdown
libc.so.6:sigaction
Expand All @@ -119,7 +120,6 @@ libc.so.6:sigemptyset
libc.so.6:signal
libc.so.6:socket
libc.so.6:socketpair
libc.so.6:splice
libc.so.6:stat64
libc.so.6:strlen
libc.so.6:syscall
Expand Down
7 changes: 4 additions & 3 deletions packages/s/starship/package.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
name : starship
version : 1.24.1
release : 26
version : 1.24.2
release : 27
source :
- https://github.com/starship/starship/archive/refs/tags/v1.24.1.tar.gz : 4f2ac4181c3dea66f84bf8c97a3cb39dd218c27c8e4ade4de149d3834a87c428
- https://github.com/starship/starship/archive/refs/tags/v1.24.2.tar.gz : b7ab0ef364f527395b46d2fb7f59f9592766b999844325e35f62c8fa4d528795
homepage : https://starship.rs/
license : ISC
component : system.utils
Expand All @@ -27,6 +27,7 @@ build : |
%cargo_build
install : |
%cargo_install
%install_license LICENSE

# Install completions
install -dm00755 $installdir/usr/share/bash-completion/completions
Expand Down
7 changes: 4 additions & 3 deletions packages/s/starship/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,14 @@ Every little detail is customizable to your liking, to make this prompt as minim
<Path fileType="data">/usr/share/bash-completion/completions/starship.bash</Path>
<Path fileType="data">/usr/share/defaults/etc/profile.d/50-starship.sh</Path>
<Path fileType="data">/usr/share/fish/vendor_completions.d/starship.fish</Path>
<Path fileType="data">/usr/share/licenses/starship/LICENSE</Path>
<Path fileType="data">/usr/share/zsh/site-functions/_starship</Path>
</Files>
</Package>
<History>
<Update release="26">
<Date>2025-11-22</Date>
<Version>1.24.1</Version>
<Update release="27">
<Date>2025-12-30</Date>
<Version>1.24.2</Version>
<Comment>Packaging update</Comment>
<Name>Evan Maddock</Name>
<Email>maddock.evan@vivaldi.net</Email>
Expand Down