summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRhinoceros2023-01-11 16:04:28 +1100
committerRhinoceros2023-01-11 16:04:28 +1100
commit4595da4497c1bab75349a4b2fe3c098471dd6628 (patch)
tree40236d05f9eeff3fecf69d03d0de3189c38ebb71 /PKGBUILD
parent82e75a13bf501cc5ef41966d3000378a9ce8dce8 (diff)
downloadaur-4595da4497c1bab75349a4b2fe3c098471dd6628.tar.gz
Update to 9.3-2
* Upstream changed downloaded file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 172f80d4e756..6a7df72f2b1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=vim-diffchar
pkgver=9.3
-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=('MIT')
depends=('vim')
groups=('vim-plugins')
-source=("$pkgname-$pkgver.zip::https://www.vim.org/scripts/download_script.php?src_id=28342"
+source=("$pkgname-$pkgver.zip::https://www.vim.org/scripts/download_script.php?src_id=28345"
"${pkgname}-LICENSE::https://raw.githubusercontent.com/rickhowe/diffchar.vim/master/LICENSE")
-sha256sums=('1c8c8e9d49fd3167bbe8b06af148f618ffb8de36081b23f7778dca7f640ac9da'
+sha256sums=('c87b6cb232556c32d3237d496eff6a898123e21f8c384f14584102b7254a92a5'
'8f786990b7611d1208eb9b27c107e3f7c2b25da8d83f48488be63097bc7f529d')
prepare() {