diff options
author | Rhinoceros | 2023-02-01 22:10:27 +1100 |
---|---|---|
committer | Rhinoceros | 2023-02-01 22:10:27 +1100 |
commit | 2129e327dc6db1c010f866fa58e94e9e2d478e43 (patch) | |
tree | 174e137b0f7bb5e826a0c3b96bf3a94960c7c872 /PKGBUILD | |
parent | 69b75893ee4b89af360404e4be3a234df9e682a2 (diff) | |
download | aur-2129e327dc6db1c010f866fa58e94e9e2d478e43.tar.gz |
Update to 9.4-1
* Upstream changelog: "Implemented to use a builtin Lua vim.diff() function to compare diff units and make it faster in nvim."
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,17 +1,17 @@ # Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros> pkgname=vim-diffchar -pkgver=9.3 -pkgrel=3 +pkgver=9.4 +pkgrel=1 pkgdesc="Improve vim's diff mode, by finding exact differences between lines, character by character" arch=('any') url='http://www.vim.org/scripts/script.php?script_id=4932' license=('MIT') depends=('vim') groups=('vim-plugins') -source=("$pkgname-$pkgver.zip::https://www.vim.org/scripts/download_script.php?src_id=28346" +source=("$pkgname-$pkgver.zip::https://www.vim.org/scripts/download_script.php?src_id=28361" "${pkgname}-LICENSE::https://raw.githubusercontent.com/rickhowe/diffchar.vim/master/LICENSE") -sha256sums=('1403b29cd89cf0606d3e56fb2000823989c369862de01206ade3d21e9f943df6' +sha256sums=('9fec3c76f29c516cf18a08312df046c541cb1297a760f7bb24faec2d1a2ae0d7' '8f786990b7611d1208eb9b27c107e3f7c2b25da8d83f48488be63097bc7f529d') prepare() { |