mirror of
https://github.com/TrentSPalmer/aur-packages.git
synced 2024-11-21 11:01:29 -08:00
fix source var in PKGBUILD vim-hug-neovim-rpc-git
This commit is contained in:
parent
335fe58c2a
commit
2d9c1e28e4
@ -1,7 +1,7 @@
|
|||||||
pkgbase = vim-hug-neovim-rpc-git
|
pkgbase = vim-hug-neovim-rpc-git
|
||||||
pkgdesc = trying to build a compatibility layer for neovim rpc client working on vim8
|
pkgdesc = trying to build a compatibility layer for neovim rpc client working on vim8
|
||||||
pkgver = r118.93ae387
|
pkgver = r118.93ae387
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/roxma/vim-hug-neovim-rpc
|
url = https://github.com/roxma/vim-hug-neovim-rpc
|
||||||
install = vim-hug-neovim-rpc.install
|
install = vim-hug-neovim-rpc.install
|
||||||
arch = any
|
arch = any
|
||||||
@ -12,8 +12,7 @@ pkgbase = vim-hug-neovim-rpc-git
|
|||||||
optdepends = nvim-yarp
|
optdepends = nvim-yarp
|
||||||
provides = vim-hug-neovim-rpc
|
provides = vim-hug-neovim-rpc
|
||||||
replaces =
|
replaces =
|
||||||
source = vim-hug-neovim-rpc::git://github.com/roxma/vim-hug-neovim-rpc
|
source = git+https://github.com/roxma/vim-hug-neovim-rpc.git
|
||||||
md5sums = SKIP
|
md5sums = SKIP
|
||||||
|
|
||||||
pkgname = vim-hug-neovim-rpc-git
|
pkgname = vim-hug-neovim-rpc-git
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
_name='vim-hug-neovim-rpc'
|
_name='vim-hug-neovim-rpc'
|
||||||
pkgname="${_name}-git"
|
pkgname="${_name}-git"
|
||||||
pkgver=r118.93ae387
|
pkgver=r118.93ae387
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="trying to build a compatibility layer for neovim rpc client working on vim8"
|
pkgdesc="trying to build a compatibility layer for neovim rpc client working on vim8"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://github.com/roxma/vim-hug-neovim-rpc"
|
url="https://github.com/roxma/vim-hug-neovim-rpc"
|
||||||
@ -18,7 +18,7 @@ backup=()
|
|||||||
options=()
|
options=()
|
||||||
# maybe at some point there will be helptags to update
|
# maybe at some point there will be helptags to update
|
||||||
install="${_name}.install"
|
install="${_name}.install"
|
||||||
source=("${_name}::${url//https/git}")
|
source=("git+${url}.git")
|
||||||
noextract=()
|
noextract=()
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user