summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2023-01-11 20:44:54 +1100
committerRhinoceros2023-01-11 20:44:54 +1100
commit69b75893ee4b89af360404e4be3a234df9e682a2 (patch)
treeda5a3646b9ebaf1f377b8b9aef05337873f009a6
parent4595da4497c1bab75349a4b2fe3c098471dd6628 (diff)
downloadaur-69b75893ee4b89af360404e4be3a234df9e682a2.tar.gz
Update to 9.3-3
* Upstream changed downloaded file... again!
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d07e70369010..7025be32a4b4 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.3
- pkgrel = 2
+ pkgrel = 3
url = http://www.vim.org/scripts/script.php?script_id=4932
arch = any
groups = vim-plugins
license = MIT
depends = vim
- source = vim-diffchar-9.3.zip::https://www.vim.org/scripts/download_script.php?src_id=28345
+ source = vim-diffchar-9.3.zip::https://www.vim.org/scripts/download_script.php?src_id=28346
source = vim-diffchar-LICENSE::https://raw.githubusercontent.com/rickhowe/diffchar.vim/master/LICENSE
- sha256sums = c87b6cb232556c32d3237d496eff6a898123e21f8c384f14584102b7254a92a5
+ sha256sums = 1403b29cd89cf0606d3e56fb2000823989c369862de01206ade3d21e9f943df6
sha256sums = 8f786990b7611d1208eb9b27c107e3f7c2b25da8d83f48488be63097bc7f529d
pkgname = vim-diffchar
diff --git a/PKGBUILD b/PKGBUILD
index 6a7df72f2b1c..47cb519b1bd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=vim-diffchar
pkgver=9.3
-pkgrel=2
+pkgrel=3
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=('MIT')
depends=('vim')
groups=('vim-plugins')
-source=("$pkgname-$pkgver.zip::https://www.vim.org/scripts/download_script.php?src_id=28345"
+source=("$pkgname-$pkgver.zip::https://www.vim.org/scripts/download_script.php?src_id=28346"
"${pkgname}-LICENSE::https://raw.githubusercontent.com/rickhowe/diffchar.vim/master/LICENSE")
-sha256sums=('c87b6cb232556c32d3237d496eff6a898123e21f8c384f14584102b7254a92a5'
+sha256sums=('1403b29cd89cf0606d3e56fb2000823989c369862de01206ade3d21e9f943df6'
'8f786990b7611d1208eb9b27c107e3f7c2b25da8d83f48488be63097bc7f529d')
prepare() {