Package Details: neovim-plug 0.13.0-1

Git Clone URL: https://aur.archlinux.org/neovim-plug.git (read-only, click to copy)
Package Base: neovim-plug
Description: A Neovim plugin manager
Upstream URL: http://github.com/junegunn/vim-plug
Keywords: neovim package-manager plugins
Licenses: MIT
Groups: neovim-plugins
Submitter: MagicAndWires
Maintainer: MagicAndWires
Last Packager: MagicAndWires
Votes: 22
Popularity: 0.002555
First Submitted: 2016-10-13 14:53 (UTC)
Last Updated: 2024-04-05 21:29 (UTC)

Latest Comments

ehlegeth commented on 2022-02-14 10:16 (UTC)

diff --git a/.SRCINFO b/.SRCINFO
index 2ae533a..03b2d32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = neovim-plug
        depends = neovim
        source = http://github.com/junegunn/vim-plug/archive/0.11.0.tar.gz
        source = neovim-plug.init.vim
-       sha512sums = 403ff120014f667f8955fe7d4f065c4a519d0f641c24321b90c50912cc97a6e3711a8ad92abc95031e71ee8bc00985ec13f43a7fdd43fe62dd2a9958a9f59b25
+       sha512sums = 79ff462790dad8e517a60f698d18e7038bc14f3f018c75a45d840d6f47c9987ee12cd84b44acb3b2fbc0d0e10ce9449aad51656c67d8b3ba675225e3c58459a2
        sha512sums = fb943ed92e20277bed6ff29da973cd96ba05c89dbde438d1bf7821cd810151a08101a67338381fac5ce0df8716c71313f30aa8202b1a75054a9d343f873a9414

 pkgname = neovim-plug
diff --git a/PKGBUILD b/PKGBUILD
index e27fda8..0aa0538 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ groups=('neovim-plugins')
 source=("${url}/archive/$pkgver.tar.gz"
         "$pkgname.init.vim")

-sha512sums=('403ff120014f667f8955fe7d4f065c4a519d0f641c24321b90c50912cc97a6e3711a8ad92abc95031e71ee8bc00985ec13f43a7fdd43fe62dd2a9958a9f59b25'
+sha512sums=('79ff462790dad8e517a60f698d18e7038bc14f3f018c75a45d840d6f47c9987ee12cd84b44acb3b2fbc0d0e10ce9449aad51656c67d8b3ba675225e3c58459a2'
             'fb943ed92e20277bed6ff29da973cd96ba05c89dbde438d1bf7821cd810151a08101a67338381fac5ce0df8716c71313f30aa8202b1a75054a9d343f873a9414')
 install=neovim-plug.install

Comradin commented on 2022-02-11 06:45 (UTC) (edited on 2022-02-11 06:47 (UTC) by Comradin)

The release number got updated from 0.10 to 0.11 but the SHA512SUM for the new file was missed out. It's still the one for the 0.10 release.

LiteracyFanatic commented on 2022-02-10 11:48 (UTC)

Checksums are incorrect. Can you please update them?

carlosfritz commented on 2022-01-26 12:48 (UTC) (edited on 2022-01-26 12:58 (UTC) by carlosfritz)

0.11.0 is out. Here is the update PKGBUILD

https://www.dropbox.com/s/hq1db1tyorc04y8/PKGBUILD?dl=1

PedroHLC commented on 2019-02-08 16:01 (UTC) (edited on 2019-02-08 16:01 (UTC) by PedroHLC)

==> Validating source files with sha512sums...
    0.10.0.tar.gz ... FAILED
    neovim-plug.init.vim ... Passed

friday commented on 2018-09-18 16:53 (UTC) (edited on 2018-09-18 16:55 (UTC) by friday)

As of now (Sept 2018) vim-plug hasn't released for 2 years, while still supporting and adding features in the master branch. Hence use neovim-plug-git unless you want to run into really old and fixed issues.

MagicAndWires commented on 2017-08-23 21:50 (UTC)

Hi, sorry for the late reply meyer. Did you make sure to add some version of the /usr/share/doc/neovim-plug/init.vim.sample file into your init.vim/vimrc ?

meyer1994 commented on 2017-08-19 04:15 (UTC)

It does not seem to work. I needed to install it using the instructions in the GitHub page for it to work correctly.