summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRhinoceros2017-04-19 11:53:12 +1000
committerRhinoceros2017-04-19 11:53:12 +1000
commit37e974baf621fe2ba0019ca0480a25e58c572b61 (patch)
tree078bc80e91473a06553b663fcec8e13f37b0821e /PKGBUILD
parent2ef3b015d98c8504a4ac30fbbce1a14090d91885 (diff)
downloadaur-37e974baf621fe2ba0019ca0480a25e58c572b61.tar.gz
Update to 2.6.2-2
* Post-transaction hooks for vim help tags now provided by pacman 5.0 and vim 8.0.0055-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20d9248357b3..3765569ef3fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,13 @@
pkgname=vim-gundo
pkgver=2.6.2
-pkgrel=1
+pkgrel=2
pkgdesc='Vim plugin to visualize your Vim undo tree'
arch=('any')
url='http://www.vim.org/scripts/script.php?script_id=3304'
license=('GPL2')
depends=('vim>=7.3')
groups=('vim-plugins')
-install=vimdoc.install
source=("https://github.com/sjl/${pkgname#vim-}.vim/archive/v$pkgver.tar.gz")
sha256sums=('eeb279f41ea3651bccced8a3f609d40e8cf914eb8ebdf403acac21af68e1b4a0')