Package Details: spaceship-prompt-git v4.15.0.r1.gbe826cbe-1

Git Clone URL: https://aur.archlinux.org/spaceship-prompt-git.git (read-only, click to copy)
Package Base: spaceship-prompt-git
Description: A Zsh prompt for Astronauts
Upstream URL: https://spaceship-prompt.sh/
Licenses: MIT
Conflicts: spaceship-prompt, spaceship-zsh-theme-git
Provides: spaceship-prompt, spaceship-zsh-theme
Submitter: dfk
Maintainer: sandboiii
Last Packager: sandboiii
Votes: 14
Popularity: 0.000001
First Submitted: 2018-02-12 17:53 (UTC)
Last Updated: 2024-01-30 08:51 (UTC)

Pinned Comments

dfk commented on 2018-02-12 18:03 (UTC)

This package is replaced by spaceship-prompt-git: https://aur.archlinux.org/packages/spaceship-prompt-git/

Latest Comments

sandboiii commented on 2022-09-05 11:07 (UTC) (edited on 2022-09-05 11:08 (UTC) by sandboiii)

@gabrielmldantas huge thanks for the patch

@dfk I maintain spaceship-prompt package, but I can also take yours if you don't have much free time

countercraft commented on 2022-09-02 19:00 (UTC)

I've created this patch for the v4 version: https://gist.github.com/gabrielmldantas/66f0c738a3f248fbf6b7f672bdfef671

It install the new async.zsh file (fixes the async_job not found error) and also uses --tags instead of --long on git describe so it'll show up as 4.2.0 (as of now) instead of 3.11...

The setup process seems to have changed, the promptinit/prompt stuff are not needed anymore (and don't work correctly anyway). Just "source /usr/lib/spaceship-prompt/spaceship.zsh" on .zshrc is sufficient.

dfk commented on 2020-04-17 14:52 (UTC)

Thanks for your help bbaserdem (and everyone else who pointed out the missing git in makedepends...), I appreciate it. I've updated the srcinfo as well as the provides, and replaced LATEST with the value auto-generated by the pkgver() function that's there now. Honestly not sure where I got the idea to use LATEST came from but I could have sworn I read the VCS-based package guidelines.

silverbluep commented on 2020-04-17 04:15 (UTC) (edited on 2020-04-17 04:19 (UTC) by silverbluep)

The update you pushed did not update .SRCINFO; hence it does not have the dependencies changed.

Also; this package also needs to provide spaceship-promt and spaceship-zsh-theme

It's not really in arch packaging guidelines to put LATEST as the package version on AUR; can you replace it with the original package version? It causes the following error on trying to update the package;

spaceship-prompt-git: v3.11.2.r13.g50e371f-1 is newer than LATEST-1
there is nothing to do

rafaelff commented on 2020-04-09 20:06 (UTC)

'git' is required in makedepends.

silverbluep commented on 2019-09-29 14:15 (UTC)

This package conflicts, but does not provide spaceship-prompt.

noraj commented on 2019-04-29 09:44 (UTC)

Please add:

install -D -m644 spaceship.zsh-theme "${pkgdir}/usr/lib/${_pkgname}/spaceship.zsh-theme"

For oh-my-zsh support. For example that will allow people to do sudo ln -s /usr/lib/spaceship-prompt/spaceship.zsh-theme /usr/share/oh-my-zsh/custom/themes/spaceship.zsh-theme if they have https://aur.archlinux.org/packages/oh-my-zsh-git.

dude commented on 2018-12-22 07:22 (UTC)

Hey just FYI this should have 'git' in makedepends. Most people have that installed already but not when building inside a chroot.

dfk commented on 2018-02-12 18:03 (UTC)

This package is replaced by spaceship-prompt-git: https://aur.archlinux.org/packages/spaceship-prompt-git/

dfk commented on 2018-01-22 20:55 (UTC) (edited on 2018-01-22 20:56 (UTC) by dfk)

spaceship has been renamed to "spaceship-prompt" with the release of v3 (https://github.com/denysdovhan/spaceship-prompt/releases/tag/v3.0.0), which has a number of breaking changes (and drops the requirement for oh-my-zsh). I'm planning to replace this package with spaceship-zsh-theme (which will be pegged to v2.11) and create a new spaceship-prompt package to track new post-3.0 releases.