summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ae533a468b3..1f3cc29d93ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = neovim-plug
pkgdesc = A Neovim plugin manager
- pkgver = 0.11.0
- pkgrel = 2
+ pkgver = 0.13.0
+ pkgrel = 1
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.11.0.tar.gz
+ depends = vim-plugin-runtime
+ source = http://github.com/junegunn/vim-plug/archive/0.13.0.tar.gz
source = neovim-plug.init.vim
- sha512sums = 403ff120014f667f8955fe7d4f065c4a519d0f641c24321b90c50912cc97a6e3711a8ad92abc95031e71ee8bc00985ec13f43a7fdd43fe62dd2a9958a9f59b25
+ sha512sums = cfe78c7d5bd424f3d36d6f482199b48dbbd0dce1f3cb414f5880b1c8be26f2f657554ebb2f1a709a8f2dd8a6d28f0875aecf3f94c5c198164c8bd3c3e57e4d01
sha512sums = fb943ed92e20277bed6ff29da973cd96ba05c89dbde438d1bf7821cd810151a08101a67338381fac5ce0df8716c71313f30aa8202b1a75054a9d343f873a9414
pkgname = neovim-plug
diff --git a/PKGBUILD b/PKGBUILD
index e27fda8ef2af..2b9629a854bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Contributor: oozyslug <oozyslug at gmail dot com>
pkgname=neovim-plug
-pkgver=0.11.0
-pkgrel=2
+pkgver=0.13.0
+pkgrel=1
pkgdesc="A Neovim plugin manager"
arch=('any')
url="http://github.com/junegunn/${pkgname#neo}"
license=('MIT')
-depends=('neovim')
+depends=('vim-plugin-runtime')
groups=('neovim-plugins')
source=("${url}/archive/$pkgver.tar.gz"
"$pkgname.init.vim")
-sha512sums=('403ff120014f667f8955fe7d4f065c4a519d0f641c24321b90c50912cc97a6e3711a8ad92abc95031e71ee8bc00985ec13f43a7fdd43fe62dd2a9958a9f59b25'
+sha512sums=('cfe78c7d5bd424f3d36d6f482199b48dbbd0dce1f3cb414f5880b1c8be26f2f657554ebb2f1a709a8f2dd8a6d28f0875aecf3f94c5c198164c8bd3c3e57e4d01'
'fb943ed92e20277bed6ff29da973cd96ba05c89dbde438d1bf7821cd810151a08101a67338381fac5ce0df8716c71313f30aa8202b1a75054a9d343f873a9414')
install=neovim-plug.install