[arch-commits] Commit in vim/trunk (PKGBUILD vimdoc.hook)
Andreas Radke
andyrtr at archlinux.org
Sun Apr 26 11:31:24 UTC 2020
Date: Sunday, April 26, 2020 @ 11:31:23
Author: andyrtr
Revision: 381607
upgpkg: vim 8.2.0510-2: alpm-hooks should use Type = Path, not File
Modified:
vim/trunk/PKGBUILD
vim/trunk/vimdoc.hook
-------------+
PKGBUILD | 6 +++---
vimdoc.hook | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-26 11:19:19 UTC (rev 381606)
+++ PKGBUILD 2020-04-26 11:31:23 UTC (rev 381607)
@@ -11,7 +11,7 @@
pkgname=('vim' 'gvim' 'vim-runtime')
pkgver=8.2.0510
_versiondir=82
-pkgrel=1
+pkgrel=2
pkgdesc='Vi Improved, a highly configurable, improved version of the vi text editor'
url='https://www.vim.org'
arch=('x86_64')
@@ -25,11 +25,11 @@
sha256sums=('96444016c54211badcf260d50064fa341a69049eced8afc80e157470aef94053'
'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
'cc3d931129854c298eb22e993ec14c2ad86cc1e70a08a64496f5e06559289972'
- '7095cafac21df7aa42749d6864d1c0549fe65771d8edda3102c931c60782b6b9')
+ '8e9656934d9d7793063230d15a689e10455e6db9b9fe73afa0f294792795d8ae')
sha512sums=('58a58a8f2e9c9ddce7ef7f648511725f40b6b975d4e3b005d526a243bb8e391ec2847251ba0bbcdd2abd7214bb089fc2c64c447ffbd18374e14ed1f886a4bd05'
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
'fe091d289d876f45319c898f6021ef86d6a238b540c225a279c46efc5c36fa7d868cd0cee73a111811c4be90df160f85340bb251be3a437727dbe5c699950363'
- '1e06e981691b17662fd0fddac5c00c87c920d1b4a1cbb6191c42d57cc40b00af12710e26b22fcfc0901bb8142b15f6a04aa65cec2d9b3bb9d5a06cb650d3ab9c')
+ 'a02ad0d66f300160911aeb81d8886c6c558436ac4ee3fcd161dd65c6b1e5d1f41b9005a7f5bb5ba68d57027fc1c8e43daabf055bd6207fb5a216a67f758df8d1')
prepare() {
(cd vim-${pkgver}/src
Modified: vimdoc.hook
===================================================================
--- vimdoc.hook 2020-04-26 11:19:19 UTC (rev 381606)
+++ vimdoc.hook 2020-04-26 11:31:23 UTC (rev 381607)
@@ -2,7 +2,7 @@
Operation = Install
Operation = Upgrade
Operation= Remove
-Type = File
+Type = Path
Target = usr/share/vim/vimfiles/doc/
[Action]
More information about the arch-commits
mailing list