mirror of
https://github.com/TrentSPalmer/aur-packages.git
synced 2025-07-04 01:13:16 -07:00
update url in vim-youcompleteme-git PKGBUILD so it works with one of my
scripts
This commit is contained in:
@ -42,10 +42,10 @@ pkgver() {
|
||||
cd "YouCompleteMe" || exit
|
||||
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"
|
||||
arch=('any')
|
||||
url='http://valloric.github.com/YouCompleteMe/'
|
||||
url='https://github.com/Valloric/YouCompleteMe'
|
||||
license=('GPL3')
|
||||
groups=('vim-plugins')
|
||||
depends=('boost' 'boost-libs' 'ncurses5-compat-libs' 'python' 'python2' 'nodejs' 'vim' 'clang')
|
||||
|
Reference in New Issue
Block a user