summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')