summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2022-07-24 16:12:59 +1000
committerRhinoceros2022-07-24 16:12:59 +1000
commit559be1b70c21ac7f1b96dfd6ad60721f7082e55e (patch)
tree4deb50c925bb65c8547cf5f8a526f34048c1b259
parent7a3710db883e34446ad10cd185bb4704eb1fca53 (diff)
downloadaur-559be1b70c21ac7f1b96dfd6ad60721f7082e55e.tar.gz
Update to 9.0-2
* Patch to fix duplicate helptags * https://github.com/rickhowe/diffchar.vim/issues/30 * https://bbs.archlinux.org/viewtopic.php?pid=2039339
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 361820aafbff..7432d56fe8da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = vim-diffchar
pkgdesc = Improve vim's diff mode, by finding exact differences between lines, character by character
pkgver = 9.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.vim.org/scripts/script.php?script_id=4932
arch = any
groups = vim-plugins
license = unknown
depends = vim
source = vim-diffchar-9.0.zip::https://www.vim.org/scripts/download_script.php?src_id=28070
+ source = https://github.com/rickhowe/diffchar.vim/commit/18e8d9e72b79041a13bce6d3ae95d3d3515e100a.patch
sha256sums = efa89d6c7b2a7beec78454bddd59324f55b59c2ebd08d22835235cb17315cbd1
+ sha256sums = d0535d22e59606dae58bc1e7ae90efdd113220f154265b53ead384b21037a3b3
pkgname = vim-diffchar
diff --git a/PKGBUILD b/PKGBUILD
index ba046a27159c..fd9d1ab03b91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,21 @@
pkgname=vim-diffchar
pkgver=9.0
-pkgrel=1
+pkgrel=2
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') # 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=28070")
-sha256sums=('efa89d6c7b2a7beec78454bddd59324f55b59c2ebd08d22835235cb17315cbd1')
+source=("$pkgname-$pkgver.zip::https://www.vim.org/scripts/download_script.php?src_id=28070"
+ 'https://github.com/rickhowe/diffchar.vim/commit/18e8d9e72b79041a13bce6d3ae95d3d3515e100a.patch')
+sha256sums=('efa89d6c7b2a7beec78454bddd59324f55b59c2ebd08d22835235cb17315cbd1'
+ 'd0535d22e59606dae58bc1e7ae90efdd113220f154265b53ead384b21037a3b3')
prepare() {
rm doc/tags
+ patch -p1 -i "$srcdir/18e8d9e72b79041a13bce6d3ae95d3d3515e100a.patch"
}
package() {