Search Criteria
Package Details: vim-lightline-git r685.1c6b455-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/vim-lightline-git.git (read-only, click to copy) |
---|---|
Package Base: | vim-lightline-git |
Description: | A light and configurable statusline/tabline for Vim |
Upstream URL: | https://github.com/itchyny/lightline.vim |
Keywords: | lightline vim |
Licenses: | MIT |
Submitter: | ibbonkers |
Maintainer: | FMB |
Last Packager: | FMB |
Votes: | 4 |
Popularity: | 0.25 |
First Submitted: | 2015-12-10 17:26 (UTC) |
Last Updated: | 2024-01-07 11:29 (UTC) |
Dependencies (2)
- vim-runtime (neovim-drop-inAUR, vim-runtime-gitAUR, vim-cli-git-runtimeAUR, vim-wayland-lilydjwg-git-runtimeAUR, gvim-gtk2AUR)
- git (git-gitAUR, git-glAUR) (make)
Required by (11)
- vim-bogster-git (optional)
- vim-candid-git (optional)
- vim-lightline-bufferline-git
- vim-lightline-candid-git (optional)
- vim-lightline-edge-git
- vim-lightline-everforest-git
- vim-lightline-gruvbox-material-git
- vim-lightline-nord-git
- vim-lightline-onedark-git
- vim-lightline-sonokai-git
- vim-wpgtk-git (optional)
Latest Comments
naruto522ru commented on 2023-06-19 15:10 (UTC)
I am fixing PKGBUILD =)
rEnr3n commented on 2023-01-16 02:44 (UTC)
I'm getting a connection issue here:
Changing
git://
togit+https://
fixes it.https://wiki.archlinux.org/title/Arch_package_guidelines#Package_sources
ibbonkers commented on 2020-11-16 22:30 (UTC)
Updated the PKGBUILD. Removed the '.install' script and added a
pkgver()
function as per the comments below.yrlf commented on 2020-06-19 22:34 (UTC)
This PKGBUILD does not have a dynamic
pkgver()
function, even though it is a -git package.This means that many AUR helpers, like
yay
, won't update this package automatically, sincemakepkg
aborts claiming that the package is already built unless started with-f
.Here is a patch that fixes it. This formatting for the version is taken from similar -git packages. There is a variant that shows a version number (like 1.3.2) in front of the git revision number and hash, but that only works if the repo actually has tags, so I used just the git revision and hash (rXXX.YYYYYYY)
Here is the patch: https://gist.github.com/Ferdi265/12e138aa64d166e0b38588c71eb3e474
zsrkmyn commented on 2017-03-19 18:04 (UTC)