diff options
author | Rhinoceros | 2018-11-01 22:47:20 +1100 |
---|---|---|
committer | Rhinoceros | 2018-11-01 22:47:20 +1100 |
commit | 7c8661c4fa0bb7b5a7ceb03a480742f75ce78f1e (patch) | |
tree | 6286f2aaa4d3ceef798545a4dfed27fc184a0ced /PKGBUILD | |
parent | 504028cabf57e1fa85c30d478e9b6ccc5eeb3a89 (diff) | |
download | aur-7c8661c4fa0bb7b5a7ceb03a480742f75ce78f1e.tar.gz |
Update to 8.0-1
Upstream changelog:
Introduced a g:DiffMaxLines to be stable the performance independently of the file size. Enhanced to follow a new DiffUpdated event and iwhiteall/iwhiteeol of diffopt option, etc
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=7.60 +pkgver=8.0 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=26142") -sha256sums=('05632d804da4e900c827efc97cfc7fa14c869fa41f1cceb4cf40471cab0783d3') +source=("$pkgname-$pkgver.zip::https://www.vim.org/scripts/download_script.php?src_id=26254") +sha256sums=('d19ec89f09341144efc858c1edad57ec68d83e1f4ab8cd8d418c16343c928b07') prepare() { rm doc/tags |