Search Criteria
Package Details: oh-my-posh 24.15.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/oh-my-posh.git (read-only, click to copy) |
---|---|
Package Base: | oh-my-posh |
Description: | A prompt theme engine for any shell. |
Upstream URL: | https://github.com/JanDeDobbeleer/oh-my-posh |
Keywords: | oh-my-posh |
Licenses: | MIT |
Submitter: | wszqkzqk |
Maintainer: | wszqkzqk |
Last Packager: | wszqkzqk |
Votes: | 7 |
Popularity: | 0.056236 |
First Submitted: | 2022-10-20 13:30 (UTC) |
Last Updated: | 2024-12-20 01:16 (UTC) |
Dependencies (3)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
Required by (1)
- easy-zsh-config (optional)
Latest Comments
1 2 Next › Last »
mrlackride commented on 2024-11-21 22:02 (UTC)
New update if anyone encountered same issue since it was my first time getting such a problem, I had to rewrite version in PKGBUILD file and change SHA256sum, after making makepkg and use sudo pacman -U oh-my-posh-24.6.5-1-x86_64.pkg.tar.zst everything worked! Note: I cleaned pkgbuild and cache but for some reasons it saved old PKGBUILD file with old version
a821 commented on 2024-11-21 21:43 (UTC)
@mrlackride: make a fresh clone of the AUR repo and follow @pr0m1x's workaround below. If you have a previously cloned repo, it won't work if you just
git pull
(you get the old version).mrlackride commented on 2024-11-21 19:27 (UTC) (edited on 2024-11-21 20:55 (UTC) by mrlackride)
I am not sure if this is only me but for some reasons I get old version reinstalled whilst newer available
pr0m1x commented on 2024-11-21 08:46 (UTC) (edited on 2024-11-21 08:47 (UTC) by pr0m1x)
@mrjxtr I also have the same problem. Temporary fix:
mrjxtr commented on 2024-11-21 08:40 (UTC) (edited on 2024-11-21 08:42 (UTC) by mrjxtr)
When I try to update using
yay -Syu
there is a "No Current Branch" error. and when I cd into the directory git is~/.cache/yay/oh-my-posh @8bd21b37
instead of master or main or anything elsea821 commented on 2024-07-04 06:23 (UTC)
@leonkacowicz: builds fine for me. Could you try with just
makepkg
to takeyay
out of the equation?leonkacowicz commented on 2024-07-03 23:57 (UTC)
I'm getting this error msg:
ZhangHua commented on 2023-08-07 09:36 (UTC)
You must call
"./${pkgname}"
in line 23-25, because oh-my-posh is not in the $PATH absolutely.ZhangHua commented on 2023-08-06 12:25 (UTC)
It seems that you forget to generate completions such as
oh-my-posh.sh
,oh-my-posh.fish
and_oh-my-posh
. Which results that there will no required files found when calling package()What's more, I think you may set
build.Version
to$pkgver
insteadv$pkgver
. Usingv$pkgver
results that the version string used for checking updates is changed tovv18.2.5
insteadv18.2.5
.Sacro commented on 2023-07-19 17:28 (UTC) (edited on 2023-07-19 17:29 (UTC) by Sacro)
Please can you generate and add completions? This does it.
1 2 Next › Last »