summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f961ba23435..2ae533a468b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = neovim-plug
pkgdesc = A Neovim plugin manager
- pkgver = 0.10.0
- pkgrel = 3
+ pkgver = 0.11.0
+ pkgrel = 2
url = http://github.com/junegunn/vim-plug
install = neovim-plug.install
arch = any
groups = neovim-plugins
license = MIT
depends = neovim
- source = http://github.com/junegunn/vim-plug/archive/0.10.0.tar.gz
+ source = http://github.com/junegunn/vim-plug/archive/0.11.0.tar.gz
source = neovim-plug.init.vim
sha512sums = 403ff120014f667f8955fe7d4f065c4a519d0f641c24321b90c50912cc97a6e3711a8ad92abc95031e71ee8bc00985ec13f43a7fdd43fe62dd2a9958a9f59b25
sha512sums = fb943ed92e20277bed6ff29da973cd96ba05c89dbde438d1bf7821cd810151a08101a67338381fac5ce0df8716c71313f30aa8202b1a75054a9d343f873a9414
pkgname = neovim-plug
-
diff --git a/PKGBUILD b/PKGBUILD
index 0616776973dc..e27fda8ef2af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: oozyslug <oozyslug at gmail dot com>
pkgname=neovim-plug
-pkgver=0.10.0
-pkgrel=3
+pkgver=0.11.0
+pkgrel=2
pkgdesc="A Neovim plugin manager"
arch=('any')
url="http://github.com/junegunn/${pkgname#neo}"