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

Thomas Dziedzic td123 at archlinux.org
Mon Aug 18 04:16:28 UTC 2014


    Date: Monday, August 18, 2014 @ 06:16:28
  Author: td123
Revision: 220179

upgpkg: vim 7.4.408-2

fix FS#41585 - [vim-python3] Package dependency

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-17 18:03:02 UTC (rev 220178)
+++ PKGBUILD	2014-08-18 04:16:28 UTC (rev 220179)
@@ -10,7 +10,7 @@
 __hgrev=4c08173b8b95
 _versiondir="vim${_topver//./}"
 pkgver=${_topver}.${_patchlevel}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('custom:vim')
 url="http://www.vim.org"
@@ -243,7 +243,7 @@
 
 package_vim-python3() {
   pkgdesc='Vi Improved, a highly configurable, improved version of the vi text editor (with support for additional scripting languages)'
-  depends=("vim-runtime=${pkgver}-${pkgrel}" 'gpm' 'ruby' 'lua' 'python2')
+  depends=("vim-runtime=${pkgver}-${pkgrel}" 'gpm' 'ruby' 'lua' 'python')
   conflicts=('vim-minimal' 'vim' 'gvim' 'gvim-python3')
   provides=("vim=${pkgver}-${pkgrel}")
 




More information about the arch-commits mailing list