Search Criteria
Package Details: vim-json-git 1:r94.f5e3181-1
Git Clone URL: | https://aur.archlinux.org/vim-json-git.git (read-only, click to copy) |
---|---|
Package Base: | vim-json-git |
Description: | Syntax highlighting for JSON, including JSON-specific (non-JS) warnings and quote concealing. |
Upstream URL: | https://github.com/elzr/vim-json |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | djmattyg007 |
Maintainer: | djmattyg007 |
Last Packager: | djmattyg007 |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2015-09-16 10:32 |
Last Updated: | 2016-12-25 01:57 |
Latest Comments
djmattyg007 commented on 2016-12-25 01:58
I've updated the package to use the new versioning scheme. Thanks!
petervaro commented on 2016-12-16 14:12
Please change the 18th line (the one in the `pkgver` function) to this (without the leading and trailing backtick ofc):
`printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"`
As the guidelines says:
"Fallback: In case no satisfactory pkgver can be extracted from the repository, the current date can be used. Although it does not identify source tree state uniquely, so avoid it if possible." (quoted from https://wiki.archlinux.org/index.php/VCS_package_guidelines#Fallback)
So use the line I provided based on https://wiki.archlinux.org/index.php/VCS_package_guidelines#Git!
Cheers!
hmrodrigues commented on 2016-07-03 21:25
When I install pacman says warning: vim-json-git-2015.05.11-1 is up to date -- reinstalling
djmattyg007 commented on 2015-09-18 09:43
I'm very sorry for the inconvenience. I'm not really sure what to do about this, as I'm not sure I can just revert the package version.
konlaasz commented on 2015-09-18 09:39
The latest version is '2015-05-11' (and not 2015-05-12), as reported by 'git log -1 --format=format:%cd --date=short'.