makedeb


neovim 0.10.1-1


Vim-fork focused on extensibility and usability

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

Commit:


Hash: 3e631dc2e02fd791a2bfbb7dd452dd22fb2d9d51

Message: Bump version to '0.10.1-1'

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 1075bbd..299789d 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.10.0
+pkgver = 0.10.1
 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.10.0::git+https://github.com/neovim/neovim/#tag=v0.10.0
+source = neovim-0.10.1::git+https://github.com/neovim/neovim/#tag=v0.10.1
 sha256sums = SKIP
 makedepends = ninja-build
 makedepends = gettext
diff --git a/PKGBUILD b/PKGBUILD
index 438679c..ef62963 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
 pkgname=neovim
-pkgver=0.10.0
+pkgver=0.10.1
 pkgrel=1
 pkgdesc='Vim-fork focused on extensibility and usability'
 arch=('any')