summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2023-05-06 09:44:10 +1000
committerRhinoceros2023-05-06 09:44:10 +1000
commitcf6737c140259bd146978a3d388f3b9daf0b118b (patch)
tree2dceba04e989a7439af0b832d8415c1ee6c69a97
parent2129e327dc6db1c010f866fa58e94e9e2d478e43 (diff)
downloadaur-cf6737c140259bd146978a3d388f3b9daf0b118b.tar.gz
Update to 9.5-1
* Upstream changelog: "Improved to properly update diff unit highlighting on the DiffUpdated event. Fixed the E421 error on nvim."
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 335cc6d13ad5..f4a8fe41ebe9 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.4
+ pkgver = 9.5
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.4.zip::https://www.vim.org/scripts/download_script.php?src_id=28361
+ source = vim-diffchar-9.5.zip::https://www.vim.org/scripts/download_script.php?src_id=28452
source = vim-diffchar-LICENSE::https://raw.githubusercontent.com/rickhowe/diffchar.vim/master/LICENSE
- sha256sums = 9fec3c76f29c516cf18a08312df046c541cb1297a760f7bb24faec2d1a2ae0d7
+ sha256sums = f2cc87a7d580ab04f455c828fe39dc34898f0f0bbe01e2e505713d56e6796bc2
sha256sums = 8f786990b7611d1208eb9b27c107e3f7c2b25da8d83f48488be63097bc7f529d
pkgname = vim-diffchar
diff --git a/PKGBUILD b/PKGBUILD
index 800e882902f2..35af30e68c16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
pkgname=vim-diffchar
-pkgver=9.4
+pkgver=9.5
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=28361"
+source=("$pkgname-$pkgver.zip::https://www.vim.org/scripts/download_script.php?src_id=28452"
"${pkgname}-LICENSE::https://raw.githubusercontent.com/rickhowe/diffchar.vim/master/LICENSE")
-sha256sums=('9fec3c76f29c516cf18a08312df046c541cb1297a760f7bb24faec2d1a2ae0d7'
+sha256sums=('f2cc87a7d580ab04f455c828fe39dc34898f0f0bbe01e2e505713d56e6796bc2'
'8f786990b7611d1208eb9b27c107e3f7c2b25da8d83f48488be63097bc7f529d')
prepare() {