diff options
author | Rhinoceros | 2017-12-30 18:05:42 +1100 |
---|---|---|
committer | Rhinoceros | 2017-12-30 18:05:42 +1100 |
commit | ec990cfb1c45b394982c9d040b58499dbc05e342 (patch) | |
tree | 77bbc979026fead6566d53214375b6fad35fca82 | |
parent | 14828113d9e8b04d6e4ab9874fa8801403e56752 (diff) | |
download | aur-ec990cfb1c45b394982c9d040b58499dbc05e342.tar.gz |
Update to 7.4-1
* Upstream changelog: "Fixed to properly update DiffChar highlights
while editing."
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,16 +1,16 @@ # Generated by mksrcinfo v8 -# Sun Nov 26 08:34:58 UTC 2017 +# Sat Dec 30 07:05:22 UTC 2017 pkgbase = vim-diffchar pkgdesc = Improve vim's diff mode, by finding exact differences between lines, character by character - pkgver = 7.31 + pkgver = 7.4 pkgrel = 1 url = http://www.vim.org/scripts/script.php?script_id=4932 arch = any groups = vim-plugins license = unknown depends = vim - source = vim-diffchar-7.31.zip::http://www.vim.org/scripts/download_script.php?src_id=25661 - sha256sums = 1e96a3d07809b6a0ea417ad47ffd42cf3b875e09032024a659a6c66dec6bf1c0 + source = vim-diffchar-7.4.zip::http://www.vim.org/scripts/download_script.php?src_id=25736 + sha256sums = 7a8077df2875414abcbc001e172058d556ebb1867041096ea25876d9fa83b240 pkgname = vim-diffchar @@ -1,7 +1,7 @@ # Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros> pkgname=vim-diffchar -pkgver=7.31 +pkgver=7.4 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::http://www.vim.org/scripts/download_script.php?src_id=25661") -sha256sums=('1e96a3d07809b6a0ea417ad47ffd42cf3b875e09032024a659a6c66dec6bf1c0') +source=("$pkgname-$pkgver.zip::http://www.vim.org/scripts/download_script.php?src_id=25736") +sha256sums=('7a8077df2875414abcbc001e172058d556ebb1867041096ea25876d9fa83b240') prepare() { rm doc/tags |