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

Anatol Pomozov anatolik at archlinux.org
Mon Sep 12 18:20:44 UTC 2016


    Date: Monday, September 12, 2016 @ 18:20:43
  Author: anatolik
Revision: 276199

upgpkg: vim 8.0.0003-1

Modified:
  vim/trunk/PKGBUILD
  vim/trunk/vimrc

----------+
 PKGBUILD |   15 ++++++---------
 vimrc    |    5 ++---
 2 files changed, 8 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-12 18:18:33 UTC (rev 276198)
+++ PKGBUILD	2016-09-12 18:20:43 UTC (rev 276199)
@@ -8,8 +8,8 @@
 
 pkgbase=vim
 pkgname=(vim gvim vim-runtime)
-pkgver=7.4.2334
-_versiondir=74
+pkgver=8.0.0003
+_versiondir=80
 pkgrel=1
 arch=(i686 x86_64)
 license=('custom:vim')
@@ -18,8 +18,8 @@
 source=(vim-$pkgver.tar.gz::http://github.com/vim/vim/archive/v$pkgver.tar.gz
         vimrc
         archlinux.vim)
-sha1sums=('3a1cf404cf54ec0ea09d86202f63d345cf3b284a'
-          'b8ca9132826e53cd14431ef9767e4fd820faa782'
+sha1sums=('77fac5302969a292ab89e827a36f3b278c99af9a'
+          '0612c9d685ca7bb3b7bad8ebb9eaaefd5e724376'
           '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2')
 
 prepare() {
@@ -80,12 +80,9 @@
 }
 
 check() {
-  # disable tests because they seem to freeze
+  # disable tests because they are broken FS#50742
   cd "${srcdir}"/vim-$pkgver
-  #make test
-
-  cd "${srcdir}"/gvim-$pkgver
-  #make test
+  #TERM=xterm make -j1 test
 }
 
 package_vim-runtime() {

Modified: vimrc
===================================================================
--- vimrc	2016-09-12 18:18:33 UTC (rev 276198)
+++ vimrc	2016-09-12 18:20:43 UTC (rev 276199)
@@ -10,10 +10,9 @@
 " properly set to work with the Vim-related packages.
 runtime! archlinux.vim
 
-" do not load defaults if ~/.vimrc is missing
-"let skip_defaults_vim=1
-
 " If you prefer the old-style vim functionalty, add 'runtime! vimrc_example.vim'
 " Or better yet, read /usr/share/vim/vim74/vimrc_example.vim or the vim manual
 " and configure vim to your own liking!
 
+" do not load defaults if ~/.vimrc is missing
+"let skip_defaults_vim=1



More information about the arch-commits mailing list