summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2024-02-12 10:39:35 +1100
committerRhinoceros2024-02-12 10:39:35 +1100
commit625cc61b781f19911f7d52578abaa7ed73f13888 (patch)
tree611875f320773cf996e241bd1f9523b2d59184da
parentcf6737c140259bd146978a3d388f3b9daf0b118b (diff)
downloadaur-625cc61b781f19911f7d52578abaa7ed73f13888.tar.gz
Update to 9.6.1-1
* Upstream tags this as 9.61, but from their history, they mean 9.6.1 * Upstream changelog: * Changed not to incrementally check the diff lines upon scrolling or searching. Fixed not to use hl-DiffText if [{hlg}] is specified in the g:DiffColors option.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4a8fe41ebe9..4a9317e304c1 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.5
+ pkgver = 9.6.1
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.5.zip::https://www.vim.org/scripts/download_script.php?src_id=28452
+ source = vim-diffchar-9.6.1.zip::https://www.vim.org/scripts/download_script.php?src_id=28516
source = vim-diffchar-LICENSE::https://raw.githubusercontent.com/rickhowe/diffchar.vim/master/LICENSE
- sha256sums = f2cc87a7d580ab04f455c828fe39dc34898f0f0bbe01e2e505713d56e6796bc2
+ sha256sums = 7a7f209a2d00a5d900ea748703cbd674883aef07392c31e1df3f261d70e3d9fc
sha256sums = 8f786990b7611d1208eb9b27c107e3f7c2b25da8d83f48488be63097bc7f529d
pkgname = vim-diffchar
diff --git a/PKGBUILD b/PKGBUILD
index 35af30e68c16..58fdf8c1a632 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
pkgname=vim-diffchar
-pkgver=9.5
+pkgver=9.6.1
pkgrel=1
pkgdesc="Improve vim's diff mode, by finding exact differences between lines, character by character"
arch=('any')
@@ -9,9 +9,9 @@ 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=28452"
+source=("$pkgname-$pkgver.zip::https://www.vim.org/scripts/download_script.php?src_id=28516"
"${pkgname}-LICENSE::https://raw.githubusercontent.com/rickhowe/diffchar.vim/master/LICENSE")
-sha256sums=('f2cc87a7d580ab04f455c828fe39dc34898f0f0bbe01e2e505713d56e6796bc2'
+sha256sums=('7a7f209a2d00a5d900ea748703cbd674883aef07392c31e1df3f261d70e3d9fc'
'8f786990b7611d1208eb9b27c107e3f7c2b25da8d83f48488be63097bc7f529d')
prepare() {