mirror of
https://github.com/TrentSPalmer/aur-packages.git
synced 2025-07-04 01:13:16 -07:00
version bump 2 commits vim-youcompleteme-git, add some build options
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
pkgbase = vim-youcompleteme-git
|
||||
pkgdesc = A code-completion engine for Vim
|
||||
pkgver = r2500.9dee2b4e
|
||||
pkgver = r2506.d691404a
|
||||
pkgrel = 1
|
||||
url = https://github.com/Valloric/YouCompleteMe
|
||||
install = install
|
||||
@ -17,27 +17,35 @@ pkgbase = vim-youcompleteme-git
|
||||
makedepends = npm
|
||||
depends = boost
|
||||
depends = boost-libs
|
||||
depends = ncurses5-compat-libs
|
||||
depends = python
|
||||
depends = python2
|
||||
depends = nodejs
|
||||
depends = vim
|
||||
depends = clang
|
||||
depends = mono
|
||||
depends = rust
|
||||
depends = python-requests-futures
|
||||
depends = python-certifi
|
||||
depends = python-future
|
||||
depends = python-bottle
|
||||
depends = python-frozendict
|
||||
depends = python-waitress
|
||||
depends = python-regex
|
||||
depends = python-jedi
|
||||
depends = python-parso
|
||||
depends = python-numpydoc
|
||||
source = git+https://github.com/Valloric/YouCompleteMe.git
|
||||
source = git+https://github.com/ross/requests-futures.git
|
||||
source = git+https://github.com/Valloric/ycmd.git
|
||||
source = git+https://github.com/davidhalter/jedi.git
|
||||
source = git+https://github.com/davidhalter/parso.git
|
||||
source = git+https://github.com/numpy/numpydoc
|
||||
source = git+https://github.com/ross/requests-futures.git
|
||||
source = git+https://github.com/requests/requests.git
|
||||
source = git+https://github.com/kjd/idna.git
|
||||
source = git+https://github.com/certifi/python-certifi.git
|
||||
source = git+https://github.com/chardet/chardet.git
|
||||
source = git+https://github.com/urllib3/urllib3.git
|
||||
source = git+https://github.com/defnull/bottle.git
|
||||
source = git+https://github.com/bottlepy/bottle.git
|
||||
source = git+https://github.com/slezica/python-frozendict.git
|
||||
source = git+https://github.com/PythonCharmers/python-future.git
|
||||
source = git+https://github.com/davidhalter/jedi.git
|
||||
source = git+https://github.com/davidhalter/parso.git
|
||||
source = git+https://github.com/Pylons/waitress.git
|
||||
source = git+https://github.com/micbou/regex.git
|
||||
source = git+https://github.com/mdempsky/gocode.git
|
||||
@ -67,6 +75,7 @@ pkgbase = vim-youcompleteme-git
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = vim-youcompleteme-git
|
||||
|
||||
|
Reference in New Issue
Block a user