summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMárton Szabó2017-09-21 12:47:52 +0200
committerMárton Szabó2017-09-21 12:47:52 +0200
commitff2f710176a84de53d8b540617d5d4368d4f899d (patch)
treead9794000bf0f8a30f94a53b25a72567f8907d8e
parent89b0f3dd5c8b4a48a0513d334a19507cce26d5a5 (diff)
downloadaur-nvim-crystal-git.tar.gz
corrected nvim dependency to neovim
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 085592a06fa3..b479ed6b1ccf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = nvim-crystal-git
arch = any
license = MIT
makedepends = git
- depends = nvim
+ depends = neovim
provides = nvim-crystal
conflicts = nvim-crystal
source = nvim-crystal::git+https://github.com/rhysd/vim-crystal.git
diff --git a/PKGBUILD b/PKGBUILD
index 21c0098e2df4..68e843441d16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="nvim filetype and tools support for Crystal language."
arch=('any')
url="https://github.com/rhysd/vim-crystal"
license=('MIT')
-depends=('nvim')
+depends=('neovim')
makedepends=('git')
provides=('nvim-crystal')
conflicts=('nvim-crystal')