version bump 1 commits deoplete-jedi-git tested on raspberrypi

This commit is contained in:
Trent Palmer 2019-02-10 12:38:31 -08:00
parent 71c2bb96ad
commit deb7734194
2 changed files with 6 additions and 6 deletions

View File

@ -1,15 +1,15 @@
pkgbase = deoplete-jedi-git
pkgdesc = jedi add-on for deoplete completion plugin for neovim
pkgver = r332.5b273e7
pkgver = r333.b953291
pkgrel = 1
url = https://github.com/zchee/deoplete-jedi
url = https://github.com/deoplete-plugins/deoplete-jedi
arch = any
license = MIT
makedepends = git
depends = deoplete
provides = deoplete-jedi
conflicts = deoplete-jedi
source = git+https://github.com/zchee/deoplete-jedi
source = git+https://github.com/deoplete-plugins/deoplete-jedi
source = git+https://github.com/davidhalter/jedi.git
source = git+https://github.com/davidhalter/parso.git
md5sums = SKIP

View File

@ -10,11 +10,11 @@ _neovim="n"
_name='deoplete-jedi'
pkgname="${_name}-git"
pkgver=r332.5b273e7
pkgver=r333.b953291
pkgrel=1
pkgdesc="jedi add-on for deoplete completion plugin for neovim"
arch=('any')
url="https://github.com/zchee/deoplete-jedi"
url="https://github.com/deoplete-plugins/deoplete-jedi"
license=('MIT')
groups=()
depends=('deoplete')
@ -25,7 +25,7 @@ replaces=()
backup=()
options=()
source=(
'git+https://github.com/zchee/deoplete-jedi' # deopletejedi
'git+https://github.com/deoplete-plugins/deoplete-jedi' # deopletejedi
'git+https://github.com/davidhalter/jedi.git' # jedi
'git+https://github.com/davidhalter/parso.git' # parso
)