mirror of
https://github.com/TrentSPalmer/aur-packages.git
synced 2024-11-24 11:51:29 -08:00
fix source variable nvim-yarp-git
This commit is contained in:
parent
6af20f8859
commit
e0c5efef06
@ -1,7 +1,7 @@
|
|||||||
pkgbase = nvim-yarp-git
|
pkgbase = nvim-yarp-git
|
||||||
pkgdesc = (an) attempt (at) writing a remote plugin framework without :UpdateRemotePlugins.
|
pkgdesc = (an) attempt (at) writing a remote plugin framework without :UpdateRemotePlugins.
|
||||||
pkgver = r51.b710bf4
|
pkgver = r51.b710bf4
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/roxma/nvim-yarp
|
url = https://github.com/roxma/nvim-yarp
|
||||||
install = nvim-yarp.install
|
install = nvim-yarp.install
|
||||||
arch = any
|
arch = any
|
||||||
@ -11,8 +11,7 @@ pkgbase = nvim-yarp-git
|
|||||||
depends = python-neovim
|
depends = python-neovim
|
||||||
provides = nvim-yarp
|
provides = nvim-yarp
|
||||||
replaces =
|
replaces =
|
||||||
source = nvim-yarp::git://github.com/roxma/nvim-yarp
|
source = nvim-yarp::git+https://github.com/roxma/nvim-yarp
|
||||||
md5sums = SKIP
|
md5sums = SKIP
|
||||||
|
|
||||||
pkgname = nvim-yarp-git
|
pkgname = nvim-yarp-git
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
_name='nvim-yarp'
|
_name='nvim-yarp'
|
||||||
pkgname="${_name}-git"
|
pkgname="${_name}-git"
|
||||||
pkgver=r51.b710bf4
|
pkgver=r51.b710bf4
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="(an) attempt (at) writing a remote plugin framework without :UpdateRemotePlugins."
|
pkgdesc="(an) attempt (at) writing a remote plugin framework without :UpdateRemotePlugins."
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://github.com/roxma/nvim-yarp"
|
url="https://github.com/roxma/nvim-yarp"
|
||||||
@ -17,7 +17,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=("${_name}::git+${url}")
|
||||||
noextract=()
|
noextract=()
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user