mirror of
https://github.com/TrentSPalmer/aur-packages.git
synced 2024-11-15 16:51:31 -08:00
update url in vim-youcompleteme-git PKGBUILD so it works with one of my
scripts
This commit is contained in:
parent
d568ea4a2a
commit
54689f53ea
@ -1,8 +1,8 @@
|
|||||||
pkgbase = vim-youcompleteme-git
|
pkgbase = vim-youcompleteme-git
|
||||||
pkgdesc = A code-completion engine for Vim
|
pkgdesc = A code-completion engine for Vim
|
||||||
pkgver = r2439.75bf1738
|
pkgver = r2439.75bf1738
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = http://valloric.github.com/YouCompleteMe/
|
url = https://github.com/Valloric/YouCompleteMe
|
||||||
install = install
|
install = install
|
||||||
arch = any
|
arch = any
|
||||||
groups = vim-plugins
|
groups = vim-plugins
|
||||||
|
@ -42,10 +42,10 @@ pkgver() {
|
|||||||
cd "YouCompleteMe" || exit
|
cd "YouCompleteMe" || exit
|
||||||
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||||
}
|
}
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="A code-completion engine for Vim"
|
pkgdesc="A code-completion engine for Vim"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url='http://valloric.github.com/YouCompleteMe/'
|
url='https://github.com/Valloric/YouCompleteMe'
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
groups=('vim-plugins')
|
groups=('vim-plugins')
|
||||||
depends=('boost' 'boost-libs' 'ncurses5-compat-libs' 'python' 'python2' 'nodejs' 'vim' 'clang')
|
depends=('boost' 'boost-libs' 'ncurses5-compat-libs' 'python' 'python2' 'nodejs' 'vim' 'clang')
|
||||||
|
Loading…
Reference in New Issue
Block a user