summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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() {