diff options
author | Rhinoceros | 2019-08-29 08:31:20 +1000 |
---|---|---|
committer | Rhinoceros | 2019-08-29 08:31:20 +1000 |
commit | 5857fd5ab8520ea00ed52ab77f39ab2a6df73d32 (patch) | |
tree | ea4cfa5a87c09fce13b5866470a8d47ad457fca5 /PKGBUILD | |
parent | dfe03e67d395e197c51e512411c92963ef33bc16 (diff) | |
download | aur-5857fd5ab8520ea00ed52ab77f39ab2a6df73d32.tar.gz |
Update to 8.6-1
Upstream changelog: "Enhanced g:DiffPairVisible option to show a diff
unit in a popup-window just below the cursor position."
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ # Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros> pkgname=vim-diffchar -pkgver=8.5 +pkgver=8.6 pkgrel=1 pkgdesc="Improve vim's diff mode, by finding exact differences between lines, character by character" arch=('any') @@ -9,8 +9,8 @@ url='http://www.vim.org/scripts/script.php?script_id=4932' license=('unknown') depends=('vim') groups=('vim-plugins') -source=("$pkgname-$pkgver.zip::https://www.vim.org/scripts/download_script.php?src_id=26429") -sha256sums=('2a86084682448b586b3461f0eaeef029adecf75f35ba6b8956415adc1cf6d5f6') +source=("$pkgname-$pkgver.zip::https://www.vim.org/scripts/download_script.php?src_id=26714") +sha256sums=('501740dc80ca5e5f9b486510e672ed6a9aa35b433cf7786c474380d7f324ee31') prepare() { rm doc/tags |