summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Walch2015-07-21 16:06:31 +0300
committerFlorian Walch2015-07-21 16:08:05 +0300
commite35c6abab8d060275d03ede13617d5ab5a16a57b (patch)
tree0f2ebb4054aae4204d7885f619d437fa50e44504
parentbae65b07ee532ebbc10bf6045739e6334a3f735e (diff)
downloadaur-e35c6abab8d060275d03ede13617d5ab5a16a57b.tar.gz
neovim-git.install: Mention "breaking changes" wiki page when upgrading.
-rw-r--r--neovim-git.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/neovim-git.install b/neovim-git.install
index 26b704b27fcb..4e6ebe5c7277 100644
--- a/neovim-git.install
+++ b/neovim-git.install
@@ -10,7 +10,7 @@ post_install() {
# $1: new package version
# $2: old package version
post_upgrade() {
- if [[ "$(vercmp ${2} 0.r2965.51c6f38)" -le 0 ]]; then
- post_install "${1}"
- fi
+ echo ":: Check the following page to see whether this upgrade"
+ echo " includes any breaking changes:"
+ echo " https://github.com/neovim/neovim/wiki/Following-HEAD"
}