makedeb
Fork of Vim aiming to improve user experience, plugins, and GUIs
Click here to go back to the commit logs for neovim-bin.
Hash: d7d96b64dd5ddf5e5f1066c81a1791acb9c3a152
Message: upgpkg: neovim-bin 0.7.2-1
upstream release
Update neovim-bin to 0.7.2
diff --git a/.SRCINFO b/.SRCINFO
index ca6d285..fa1dcbc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,35 +1,39 @@
-generated-by = makedeb-makepkg
-
-pkgbase = neovim-bin
- pkgdesc = Fork of Vim aiming to improve user experience, plugins, and GUIs
- pkgver = 0.7.0
- pkgrel = 1
- url = https://neovim.io
- arch = x86_64
- license = custom:neovim
- depends = libluajit-5.1-2
- depends = libluajit-5.1-common
- depends = libmsgpackc2
- depends = libtermkey1
- depends = libunibilium4
- depends = libvterm0
- depends = lua-luv
- optdepends = python-neovim: for Python 3 plugin support (see :help python)
- optdepends = xclip: for clipboard support on X11 (or xsel) (see :help clipboard)
- optdepends = xsel: for clipboard support on X11 (or xclip) (see :help clipboard)
- optdepends = wl-clipboard: for clipboard support on wayland (see :help clipboard)
- provides = neovim
- provides = neovim-runtime
- conflicts = neovim
- conflicts = neovim-git
- conflicts = neovim-runtime
- source = https://github.com/neovim/neovim/releases/download/v0.7.0/nvim-linux64.tar.gz
- source = ex
- source = view
- source = vimdiff
- sha256sums = 5b3fced3f185ae1e1497cb5f949597c4065585fc26e7cd25a31f5f791dbd9b59
- sha256sums = 5d3178628afc39f0318638cad19e9ad06ada89926dfb263e93ab35cc8f60e911
- sha256sums = 3cb963a264b6cf45749627408b5a62c6945e5e426b595bb5e6a388194c2c1990
- sha256sums = 1d3123b9d97a4889696ab72db558041b5cca8e26ff51ae557f7842242a7d4ed1
-
+generated-by = makedeb
pkgname = neovim-bin
+postinst = neovim-bin.postinst
+prerm = neovim-bin.prerm
+pkgbase = neovim-bin
+pkgdesc = Fork of Vim aiming to improve user experience, plugins, and GUIs
+pkgrel = 1
+pkgver = 0.7.2
+url = https://neovim.io
+arch = amd64
+conflicts = neovim
+conflicts = neovim-git
+conflicts = neovim-runtime
+depends = libluajit-5.1-2
+depends = libluajit-5.1-common
+depends = libmsgpackc2
+depends = libtermkey1
+depends = libunibilium4
+depends = libvterm0
+depends = lua-luv
+license = custom:neovim
+optdepends = python-neovim: for Python 3 plugin support (see :help python)
+optdepends = xclip: for clipboard support on X11 (or xsel) (see :help clipboard)
+optdepends = xsel: for clipboard support on X11 (or xclip) (see :help clipboard)
+optdepends = wl-clipboard: for clipboard support on wayland (see :help clipboard)
+provides = neovim
+provides = neovim-runtime
+source = https://github.com/neovim/neovim/releases/download/v0.7.2/nvim-linux64.tar.gz
+source = ex
+source = view
+source = vimdiff
+sha256sums = fa75852890ca4b57551da194c696d3bbd14d9d2e966bc188d1e7e52ee942b71d
+sha256sums = 5d3178628afc39f0318638cad19e9ad06ada89926dfb263e93ab35cc8f60e911
+sha256sums = 3cb963a264b6cf45749627408b5a62c6945e5e426b595bb5e6a388194c2c1990
+sha256sums = 1d3123b9d97a4889696ab72db558041b5cca8e26ff51ae557f7842242a7d4ed1
+optdepends = python-neovim: for Python 3 plugin support (see :help python)
+optdepends = xclip: for clipboard support on X11 (or xsel) (see :help clipboard)
+optdepends = xsel: for clipboard support on X11 (or xclip) (see :help clipboard)
+optdepends = wl-clipboard: for clipboard support on wayland (see :help clipboard)
diff --git a/PKGBUILD b/PKGBUILD
index 943cb44..316bd6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
# Contributor: Florian Hahn <flo@fhahn.com>
pkgname=neovim-bin
-pkgver=0.7.0
+pkgver=0.7.2
pkgrel=1
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
-arch=('x86_64')
+arch=('amd64')
url='https://neovim.io'
license=('custom:neovim')
provides=('neovim' 'neovim-runtime')
@@ -24,7 +24,7 @@ source=(
"vimdiff")
postinst="${pkgname}.postinst"
prerm="${pkgname}.prerm"
-sha256sums=('5b3fced3f185ae1e1497cb5f949597c4065585fc26e7cd25a31f5f791dbd9b59'
+sha256sums=('fa75852890ca4b57551da194c696d3bbd14d9d2e966bc188d1e7e52ee942b71d'
'5d3178628afc39f0318638cad19e9ad06ada89926dfb263e93ab35cc8f60e911'
'3cb963a264b6cf45749627408b5a62c6945e5e426b595bb5e6a388194c2c1990'
'1d3123b9d97a4889696ab72db558041b5cca8e26ff51ae557f7842242a7d4ed1')