summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2024-02-14 17:09:40 +1100
committerRhinoceros2024-02-14 17:09:40 +1100
commit410ad8cd5b45a992f02a9be9608bdd11fe97ce98 (patch)
treefd48f055e96ebbc0664c354eff935ec40ac22c5a
parent625cc61b781f19911f7d52578abaa7ed73f13888 (diff)
downloadaur-vim-diffchar.tar.gz
Update to 9.7-1
* Upstream changelog: * Implemented to use a new builtin diff() function to compare diff units and make it faster in vim.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a9317e304c1..61e20e731c2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = vim-diffchar
pkgdesc = Improve vim's diff mode, by finding exact differences between lines, character by character
- pkgver = 9.6.1
+ pkgver = 9.7
pkgrel = 1
url = http://www.vim.org/scripts/script.php?script_id=4932
arch = any
groups = vim-plugins
license = MIT
depends = vim
- source = vim-diffchar-9.6.1.zip::https://www.vim.org/scripts/download_script.php?src_id=28516
+ source = vim-diffchar-9.7.zip::https://www.vim.org/scripts/download_script.php?src_id=28608
source = vim-diffchar-LICENSE::https://raw.githubusercontent.com/rickhowe/diffchar.vim/master/LICENSE
- sha256sums = 7a7f209a2d00a5d900ea748703cbd674883aef07392c31e1df3f261d70e3d9fc
- sha256sums = 8f786990b7611d1208eb9b27c107e3f7c2b25da8d83f48488be63097bc7f529d
+ sha256sums = 8f317a765250024a07a41fa6bb790723c94056c4968000c5576c214aa1ebda13
+ sha256sums = f8cf164657d54488d08c1e2aa50696b284520c66d7d8916742acc391e548328c
pkgname = vim-diffchar
diff --git a/PKGBUILD b/PKGBUILD
index 58fdf8c1a632..29c34a93f1e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
pkgname=vim-diffchar
-pkgver=9.6.1
+pkgver=9.7
pkgrel=1
pkgdesc="Improve vim's diff mode, by finding exact differences between lines, character by character"
arch=('any')
@@ -9,10 +9,10 @@ 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=28516"
+source=("$pkgname-$pkgver.zip::https://www.vim.org/scripts/download_script.php?src_id=28608"
"${pkgname}-LICENSE::https://raw.githubusercontent.com/rickhowe/diffchar.vim/master/LICENSE")
-sha256sums=('7a7f209a2d00a5d900ea748703cbd674883aef07392c31e1df3f261d70e3d9fc'
- '8f786990b7611d1208eb9b27c107e3f7c2b25da8d83f48488be63097bc7f529d')
+sha256sums=('8f317a765250024a07a41fa6bb790723c94056c4968000c5576c214aa1ebda13'
+ 'f8cf164657d54488d08c1e2aa50696b284520c66d7d8916742acc391e548328c')
prepare() {
rm doc/tags