mirror of
https://github.com/TrentSPalmer/aur-packages.git
synced 2025-07-04 09:23:15 -07:00
fix source variable deoplete-git
This commit is contained in:
@ -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')
|
||||
|
||||
|
Reference in New Issue
Block a user