summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2021-12-08 08:14:55 +1100
committerRhinoceros2021-12-08 08:14:55 +1100
commit6bd8c59b29f089f1de9a8d78cb43fb111be5b11c (patch)
treef8557170bd7d2e1f70d5c00ac40066d3532a04ec
parent20bfaa926804bbe9cf40ba0ca93be25897f83764 (diff)
downloadaur-6bd8c59b29f089f1de9a8d78cb43fb111be5b11c.tar.gz
Update to 8.91
* Upstream changelog: "Updated to check a new WinClosed event to appropriately reset/repair the highlighted diff units." * Also removed potential licence code. Upstream doesn't seem to have have any intention of providing a licence.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6830cc0373d9..8bb7fed5a5a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = vim-diffchar
pkgdesc = Improve vim's diff mode, by finding exact differences between lines, character by character
- pkgver = 8.9
+ pkgver = 8.91
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-8.9.zip::https://www.vim.org/scripts/download_script.php?src_id=27574
- sha256sums = b83d58925f4dc81bd0d372031d31ae924c6b2c3064b5eba8e580bd96c0148fee
+ source = vim-diffchar-8.91.zip::https://www.vim.org/scripts/download_script.php?src_id=27830
+ sha256sums = 7fbef70c01f5ba3104e06ce5e41a531edc5b52ceb56a23ee6359f5ae95cacb0d
pkgname = vim-diffchar
-
diff --git a/PKGBUILD b/PKGBUILD
index e7dd3d7437b7..545b41427e82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
pkgname=vim-diffchar
-pkgver=8.9
+pkgver=8.91
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=('unknown')
+license=('unknown') # no licence https://github.com/rickhowe/diffchar.vim/issues/3
depends=('vim')
groups=('vim-plugins')
-source=("$pkgname-$pkgver.zip::https://www.vim.org/scripts/download_script.php?src_id=27574")
-sha256sums=('b83d58925f4dc81bd0d372031d31ae924c6b2c3064b5eba8e580bd96c0148fee')
+source=("$pkgname-$pkgver.zip::https://www.vim.org/scripts/download_script.php?src_id=27830")
+sha256sums=('7fbef70c01f5ba3104e06ce5e41a531edc5b52ceb56a23ee6359f5ae95cacb0d')
prepare() {
rm doc/tags
@@ -20,5 +20,4 @@ package() {
_installpath="${pkgdir}/usr/share/vim/vimfiles"
mkdir -p "${_installpath}"
cp -r autoload doc plugin "${_installpath}"
-# install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}