Package Details: oh-my-zsh-git r7424.c690f7316-1

Git Clone URL: https://aur.archlinux.org/oh-my-zsh-git.git (read-only, click to copy)
Package Base: oh-my-zsh-git
Description: A community-driven framework for managing your zsh configuration. Includes 180+ optional plugins and over 120 themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community
Upstream URL: https://github.com/ohmyzsh/ohmyzsh
Licenses: MIT
Submitter: phoenixlzx
Maintainer: MarcinWieczorek
Last Packager: MarcinWieczorek
Votes: 475
Popularity: 2.22
First Submitted: 2012-10-24 12:04 (UTC)
Last Updated: 2024-11-03 11:29 (UTC)

Dependencies (7)

Sources (2)

Latest Comments

« First ‹ Previous 1 .. 11 12 13 14 15 16 17 18 Next › Last »

centos commented on 2013-10-27 09:14 (UTC)

Hello jcsiv, that's weird. I removed oh-my-zsh-git (pacman -R) and installed it again. The problem persists and version installed changed: aur/oh-my-zsh-git 1949.61e3951-1 [installed: 1975.90c28b7-1] (72) When I try to install it once again with yaourt, in pkbuild I see pkgname=oh-my-zsh-git pkgver=1949.61e3951 which is the version that yaourt keeps suggesting me and version that is in the package name and also version that differs from version you have installed. What do you see when "yaourt oh-my"? Thanks.

<deleted-account> commented on 2013-10-21 16:41 (UTC)

Hello @centos, I use yaourt myself, but I don't have the same issue. I think we have the same version of the package installed: $ yaourt -Qi oh-my-zsh-git Name : oh-my-zsh-git Version : 1957.c79e5a9-1 Description : A community-driven framework for managing your zsh configuration. Architecture : any URL : https://github.com/robbyrussell/oh-my-zsh Licences : MIT Groups : None Provides : None Depends On : zsh Optional Deps : ruby: for some plugin functionality Required By : None Optional For : None Conflicts With : None Replaces : None Installed Size : 594.00 KiB Packager : Unknown Packager Build Date : Mon 21 Oct 2013 17:19:55 BST Install Date : Mon 21 Oct 2013 17:20:07 BST Install Reason : Explicitly installed Install Script : Yes Validated By : None I have reinstalled the package using the latest PKGBUILD from the AUR but I still cannot replicate your problem. If there are any more developments, please contact me. Thanks, Jamie

centos commented on 2013-10-20 19:48 (UTC)

Hi, I seem to have pkgver problem with yaourt. It keeps telling me in every update that there is new version, but nothing happens after actual update. Even if I try to install it manually I end up with the same version I already had. It looks like yaourt thinks my installed version is newer than the git one and therefore it maybe doesn't make any changes. Can someone explain this to me? % i oh-my 1 aur/oh-my-zsh-git 1949.61e3951-1 [installed: 1957.c79e5a9-1] (71)

<deleted-account> commented on 2013-09-27 18:15 (UTC)

Hello @scarpino, I've updated the PKGBUILD now to include your suggested changes. It seems to be working. If there's any issues, tell me and I'll fix them. Thanks, Jamie

ilpianista commented on 2013-09-24 07:50 (UTC)

Could you put $pkgdir between double apixes?

<deleted-account> commented on 2013-09-21 08:35 (UTC)

I can confirm the issue's gone when using pacaur, too. Thanks a lot!

<deleted-account> commented on 2013-09-20 20:57 (UTC)

Hello, I've updated the PKGBUILD now to include the changes suggested by @elpasi regarding the pkgver() function. Having installed this myself, it seems to be working. Feedback appreciated, any problems and I'll amend as required. Thanks, Jamie

<deleted-account> commented on 2013-09-20 20:03 (UTC)

https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines#Git I'd suggest changing the pkgver function for the latter Git pkgver() listed there, and then changing the one defined explicitly at the top to match the new format.

<deleted-account> commented on 2013-09-20 20:03 (UTC)

https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines#Git I'd suggest changing the pkgver for the latter Git pkgver listed there, and then changing the one defined at the top to match the same formatting.

<deleted-account> commented on 2013-09-20 19:47 (UTC)

Hi everyone, I've decided to maintain this package, as I use zsh and this tool a lot. Fist I'll get on and fix the pkgver() problems. Feel free to send me an improved pkgbuild. Thanks, Jamie