Date: Saturday, September 21, 2019 @ 19:17:17 Author: anthraxx Revision: 511429
upgpkg: vim-jedi 0.10.0-1 (upstream release and tiny test fixup) Modified: vim-jedi/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-21 17:46:33 UTC (rev 511428) +++ PKGBUILD 2019-09-21 19:17:17 UTC (rev 511429) @@ -4,10 +4,10 @@ pkgname=vim-jedi _reponame=jedi-vim -pkgver=0.9.0 -pkgrel=2 +pkgver=0.10.0 +pkgrel=1 pkgdesc='Vim plugin for jedi, an awesome Python autocompletion' -url="https://github.com/davidhalter/jedi-vim" +url='https://github.com/davidhalter/jedi-vim' arch=('any') license=('MIT') depends=('vim' 'python-jedi' 'python') @@ -17,8 +17,13 @@ groups=('vim-plugins') options=('!emptydirs') source=(https://github.com/davidhalter/${_reponame}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz) -sha256sums=('e53ef98472dd4789d5382f5082c0c25bf713264422389fca2f2a9bcddc1435d5') +sha256sums=('4a5d9e572d08ee4b7637adba5cda355273c35c04e83790e918ea66483a000ffc') +prepare() { + cd ${_reponame}-${pkgver} + sed -E 's|zipimport|zipimport\\nzipp|' -i test/vspec/pyimport.vim +} + check() { cd ${_reponame}-${pkgver} py.test
