makedeb


neovim 0.9.5-1


Vim-fork focused on extensibility and usability

Click here to go back to the commit logs for neovim.

Commit:


Hash: 9564c54204cc3cafc15934896a9ff6203e228724

Message: Bump version to '0.9.5-1'

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 41e360e..d0ba345 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ prerm = neovim.prerm
 pkgbase = neovim
 pkgdesc = Vim-fork focused on extensibility and usability
 pkgrel = 1
-pkgver = 0.9.1
+pkgver = 0.9.5
 url = https://neovim.io/
 arch = any
 conflicts = neovim-runtime
@@ -22,7 +22,7 @@ makedepends = pkg-config
 makedepends = unzip
 makedepends = curl
 makedepends = doxygen
-source = neovim-0.9.1::git+https://github.com/neovim/neovim/#tag=v0.9.1
+source = neovim-0.9.5::git+https://github.com/neovim/neovim/#tag=v0.9.5
 sha256sums = SKIP
 makedepends = ninja-build
 makedepends = gettext
diff --git a/PKGBUILD b/PKGBUILD
index 90d5577..042f2ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
 pkgname=neovim
-pkgver=0.9.1
+pkgver=0.9.5
 pkgrel=1
 pkgdesc='Vim-fork focused on extensibility and usability'
 arch=('any')