summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 517355afb568..6a6a6b60ea07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = neovim-fugitive
pkgdesc = A Git wrapper so awesome, it should be illegal
- pkgver = 3.2
- pkgrel = 2
+ pkgver = 3.6
+ pkgrel = 1
url = https://github.com/tpope/vim-fugitive
install = nvim-doc.install
arch = any
groups = neovim-plugins
license = custom:vim
depends = neovim
- source = neovim-fugitive.tar.gz::https://github.com/tpope/vim-fugitive/archive/v3.2.tar.gz
+ source = neovim-fugitive.tar.gz::https://github.com/tpope/vim-fugitive/archive/v3.6.tar.gz
source = license.txt
- sha256sums = 39deb5d84cee36c76f70428b9f57cd872e94c5b908e8b38d01c0a5763be50634
+ sha256sums = 48f026e41b137c45a31d1ed59a0f1a4f16dd7f4cbb986c7315e23febdbe1dbc3
sha256sums = 446c67d93c43addf076fe103a71844c2d875d478f82186436567dd221f2652f3
pkgname = neovim-fugitive
-
diff --git a/PKGBUILD b/PKGBUILD
index 3a6e2dd87cad..61b737813cde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: János Illés <ijanos@gmail.com>
pkgname=neovim-fugitive
-pkgver=3.2
-pkgrel=2
+pkgver=3.6
+pkgrel=1
pkgdesc="A Git wrapper so awesome, it should be illegal"
arch=('any')
url="https://github.com/tpope/vim-fugitive"
@@ -15,7 +15,7 @@ depends=('neovim')
install=nvim-doc.install
source=("${pkgname}.tar.gz::https://github.com/tpope/${pkgname#neo}/archive/v${pkgver}.tar.gz"
'license.txt')
-sha256sums=('39deb5d84cee36c76f70428b9f57cd872e94c5b908e8b38d01c0a5763be50634'
+sha256sums=('48f026e41b137c45a31d1ed59a0f1a4f16dd7f4cbb986c7315e23febdbe1dbc3'
'446c67d93c43addf076fe103a71844c2d875d478f82186436567dd221f2652f3')
package() {