summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilson E. Alvarez2020-06-19 18:40:26 -0400
committerWilson E. Alvarez2020-06-19 18:40:26 -0400
commita0cd4499fadcd8b66be5406e54efe8ffaaaf5089 (patch)
treefa4929758b2568a8238acb26c1747bbe52771cd1
parentca25ca0fb809755069b46018fc6e99e242c1ca1c (diff)
downloadaur-vim-lsp-ultisnips-git.tar.gz
Fixed missing dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 882a7a48b0f4..f814c9934cb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = vim-lsp-ultisnips-git
groups = vim-plugins
license = custom:BSD-3-Clause
depends = vim
- depends = vim-lsp
+ depends = vim-lsp-git
provides = vim-lsp-ultisnips
source = vim-lsp-ultisnips::git+https://github.com/thomasfaingnaert/vim-lsp-ultisnips.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 03ead3f06988..71d88b7393c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
url="https://github.com/thomasfaingnaert/${_pkgname}.git"
license=('custom:BSD-3-Clause')
provides=( "${_pkgname}" )
-depends=('vim' 'vim-lsp')
+depends=('vim' 'vim-lsp-git')
groups=('vim-plugins')
source=("${_pkgname}::git+$url")
sha512sums=('SKIP')