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

Thomas Dziedzic td123 at nymeria.archlinux.org
Thu May 29 04:55:37 UTC 2014


    Date: Thursday, May 29, 2014 @ 06:55:35
  Author: td123
Revision: 213791

upgpkg: vim 7.4.307-3

add gvim to gvim-python3 provides

Modified:
  vim/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-29 04:55:31 UTC (rev 213790)
+++ PKGBUILD	2014-05-29 04:55:35 UTC (rev 213791)
@@ -10,7 +10,7 @@
 __hgrev=54d96e3b2eec
 _versiondir="vim${_topver//./}"
 pkgver=${_topver}.${_patchlevel}
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('custom:vim')
 url="http://www.vim.org"
@@ -213,7 +213,8 @@
   pkgdesc='Vi Improved, a highly configurable, improved version of the vi text editor (with advanced features, such as a GUI) with python 3 support'
   depends=("vim-runtime=${pkgver}-${pkgrel}" 'gpm' 'ruby' 'libxt'
            'desktop-file-utils' 'gtk2' 'lua' 'python')
-  provides=("vim=${pkgver}-${pkgrel}")
+  provides=("vim=${pkgver}-${pkgrel}"
+            "gvim=${pkgver}-${pkgrel}")
   conflicts=('vim')
   install=gvim.install
 




More information about the arch-commits mailing list