makedeb
Vim-fork focused on extensibility and usability
Click here to go back to the commit logs for neovim-git.
Hash: b86f7810d879d83f0c777f8dcc209fccd4807b0a
Message: removed replaces function
diff --git a/.SRCINFO b/.SRCINFO
index ae1c6e7..2b16c83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -47,8 +47,6 @@ pkgbase = neovim-git
provides = neovim
conflicts = neovim
conflicts = vim
- replaces = neovim
- replaces = vim
options = !strip
source = git://github.com/neovim/neovim.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a1c6f8a..786bcf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ source=("git://github.com/neovim/neovim.git")
sha256sums=("SKIP")
provides=('neovim')
conflicts=('neovim' 'vim')
-replaces=('neovim' 'vim')
+# replaces=('neovim' 'vim')
options=(!strip)
#post_install=