summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoost Bremmer2019-02-09 14:42:17 +0100
committerJoost Bremmer2019-02-09 14:42:56 +0100
commitab455072303c616de6bac98d8ca2339551b133f0 (patch)
tree20a462eecc9e6adc0ed051ba48105646c7dce67b
parent069fd681e505d1bc1c28c64def5d9de50d812736 (diff)
downloadaur-ab455072303c616de6bac98d8ca2339551b133f0.tar.gz
neovim-fugitive: update package to 2.5
Signed-off-by: Joost Bremmer <contact@madeofmagicandwires.online>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61aafb79c520..893ba83dd6a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = neovim-fugitive
pkgdesc = A Git wrapper so awesome, it should be illegal
- pkgver = 2.2
- pkgrel = 2
+ pkgver = 2.5
+ 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/v2.2.tar.gz
+ source = neovim-fugitive.tar.gz::https://github.com/tpope/vim-fugitive/archive/v2.5.tar.gz
source = license.txt
- sha256sums = 8417dac31c1d444547ac6ae5c016ccafa1f7a061495c2190820d81c8a6244cd0
+ sha256sums = e19aee8392674d3cf176e60a40b04db9f4b30f0576def52e1d53bdf0e3105182
sha256sums = 446c67d93c43addf076fe103a71844c2d875d478f82186436567dd221f2652f3
pkgname = neovim-fugitive
diff --git a/PKGBUILD b/PKGBUILD
index 97251612baaa..21ff65a13de0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,18 +4,18 @@
# Contributor: János Illés <ijanos@gmail.com>
pkgname=neovim-fugitive
-pkgver=2.2
-pkgrel=2
+pkgver=2.5
+pkgrel=1
pkgdesc="A Git wrapper so awesome, it should be illegal"
arch=('any')
url="https://github.com/tpope/vim-fugitive"
license=('custom:vim')
groups=('neovim-plugins')
depends=('neovim')
-install='nvim-doc.install'
+install=nvim-doc.install
source=("${pkgname}.tar.gz::https://github.com/tpope/${pkgname#neo}/archive/v${pkgver}.tar.gz"
'license.txt')
-sha256sums=('8417dac31c1d444547ac6ae5c016ccafa1f7a061495c2190820d81c8a6244cd0'
+sha256sums=('e19aee8392674d3cf176e60a40b04db9f4b30f0576def52e1d53bdf0e3105182'
'446c67d93c43addf076fe103a71844c2d875d478f82186436567dd221f2652f3')
package() {