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

Lukas Fleischer lfleischer at archlinux.org
Wed Apr 26 07:53:33 UTC 2017


    Date: Wednesday, April 26, 2017 @ 07:53:32
  Author: lfleischer
Revision: 294725

upgpkg: vim 8.0.0586-2

Fix gtk3 dependency.

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-26 07:49:13 UTC (rev 294724)
+++ PKGBUILD	2017-04-26 07:53:32 UTC (rev 294725)
@@ -11,7 +11,7 @@
 pkgname=(vim gvim vim-runtime)
 pkgver=8.0.0586
 _versiondir=80
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 license=('custom:vim')
 url='http://www.vim.org'
@@ -177,7 +177,7 @@
 
 package_gvim() {
   pkgdesc='Vi Improved, a highly configurable, improved version of the vi text editor (with advanced features, such as a GUI)'
-  depends=("vim-runtime=${pkgver}-${pkgrel}" 'gpm' 'libxt' 'gtk')
+  depends=("vim-runtime=${pkgver}-${pkgrel}" 'gpm' 'libxt' 'gtk3')
   optdepends=('python2: Python 2 language support'
               'python: Python 3 language support'
               'ruby: Ruby language support'



More information about the arch-commits mailing list