summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormesmer2017-07-23 18:58:54 -0300
committermesmer2017-07-23 18:58:54 -0300
commit522aff01bc0e8e9c1cc386c8296decbf96247072 (patch)
tree05de9dd650d288772c1f812b670a2d6708d687d7 /PKGBUILD
parent7f5db0d87013dd2948448e653fc4646c62534da6 (diff)
downloadaur-522aff01bc0e8e9c1cc386c8296decbf96247072.tar.gz
update hook and version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c0e8d7b7830..d7d254b0a699 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -115,9 +115,9 @@ package_vim-clipboard() {
'lua: Lua language support'
'perl: Perl language support'
'tcl: Tcl language support')
- conflicts=('gvim' 'vim-minimal' 'vim-python3')
- provides=('xxd' 'vim-minimal' 'vim-python3')
- replaces=('vim-python3' 'vim-minimal')
+ conflicts=('vim-minimal' 'vim' 'vim-runtime' 'vim-python3')
+ provides=('xxd' 'vim-minimal' 'vim-runtime' 'vim-python3')
+ replaces=('vim-python3' 'vim-minimal' 'vim' 'vim-runtime')
cd "${srcdir}"/vim-$pkgver
make -j1 VIMRCLOC=/etc DESTDIR="${pkgdir}" install