[arch-commits] Commit in vim/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Thu Feb 7 19:54:09 UTC 2019


    Date: Thursday, February 7, 2019 @ 19:54:07
  Author: anthraxx
Revision: 345619

upgpkg: vim 8.1.0877-1

Modified:
  vim/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++-------------
 1 file changed, 3 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-07 19:09:27 UTC (rev 345618)
+++ PKGBUILD	2019-02-07 19:54:07 UTC (rev 345619)
@@ -9,7 +9,7 @@
 
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=8.1.0751
+pkgver=8.1.0877
 _versiondir=81
 pkgrel=1
 pkgdesc='Vi Improved, a highly configurable, improved version of the vi text editor'
@@ -22,11 +22,11 @@
         vimrc
         archlinux.vim
         vimdoc.hook)
-sha256sums=('0ba779740ea027397dad8b9ddf3a03cab0152181b13bbd54ec1e914ffcb13e73'
+sha256sums=('e578934722916080aaaf5c05bba62534cd26165bad34d740cca922f8e36eff6b'
             'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
             'cc3d931129854c298eb22e993ec14c2ad86cc1e70a08a64496f5e06559289972'
             '7095cafac21df7aa42749d6864d1c0549fe65771d8edda3102c931c60782b6b9')
-sha512sums=('77a8d466ea4bf6c04dae61c4ac58daff92fdf41eebb981390a6234fa9b6f3c2e424290232408e109d16cf556968afeb7bc18ef622ca652194ba195947e2a1cd8'
+sha512sums=('e1c49d8d03a22de8fa00fe329702f3e78b910946d4ab81c1c5cc7e09290853304a0b0738c19ab0c54faabf0fff014fa38f274de08866a36b0bf07a665c91c5f0'
             '4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
             'fe091d289d876f45319c898f6021ef86d6a238b540c225a279c46efc5c36fa7d868cd0cee73a111811c4be90df160f85340bb251be3a437727dbe5c699950363'
             '1e06e981691b17662fd0fddac5c00c87c920d1b4a1cbb6191c42d57cc40b00af12710e26b22fcfc0901bb8142b15f6a04aa65cec2d9b3bb9d5a06cb650d3ab9c')
@@ -111,16 +111,6 @@
   install -Dm 644 runtime/ftplugin/logtalk.dict \
     "${pkgdir}"/usr/share/vim/vim${_versiondir}/ftplugin/logtalk.dict
 
-  # fix FS#17216
-  sed -i 's|messages,/var|messages,/var/log/messages.log,/var|' \
-    "${pkgdir}"/usr/share/vim/vim${_versiondir}/filetype.vim
-
-  # patch filetype.vim for better handling of pacman related files
-  sed -i "s/rpmsave/pacsave/;s/rpmnew/pacnew/;s/,\*\.ebuild/\0,PKGBUILD*,*.install/" \
-    "${pkgdir}"/usr/share/vim/vim${_versiondir}/filetype.vim
-  sed -i "/find the end/,+3{s/changelog_date_entry_search/changelog_date_end_entry_search/}" \
-    "${pkgdir}"/usr/share/vim/vim${_versiondir}/ftplugin/changelog.vim
-
   # rc files
   install -Dm 644 "${srcdir}"/vimrc "${pkgdir}"/etc/vimrc
   install -Dm 644 "${srcdir}"/archlinux.vim \



More information about the arch-commits mailing list