fix source variable deoplete-git

This commit is contained in:
2022-03-26 08:28:30 -07:00
parent e0c5efef06
commit 1d84742412
2 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ _neovim="n"
_name='deoplete'
pkgname="${_name}-git"
pkgver=r2044.1c40f64
pkgrel=1
pkgrel=2
pkgdesc="deoplete completion plugin for neovim"
# i.e. seems to build and work fine on raspberrypi
arch=('any')
@ -35,7 +35,7 @@ replaces=('')
backup=()
options=()
install="${_name}.install"
source=("${_name}::${url//https/git}")
source=("${_name}::git+${url}")
noextract=()
md5sums=('SKIP')