From 43623992754c863ea8cc2595c25a94f561c2cf31 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sun, 20 Oct 2013 03:29:54 -0200 Subject: fix description for vim and gvim packages --- libre/vim/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libre/vim/PKGBUILD') diff --git a/libre/vim/PKGBUILD b/libre/vim/PKGBUILD index 867c55eb4..a2d30c600 100644 --- a/libre/vim/PKGBUILD +++ b/libre/vim/PKGBUILD @@ -127,7 +127,7 @@ check() { } package_vim() { - pkgdesc='Vi Improved, a highly configurable, improved version of the vi text editor (Parabola rebranded)' + pkgdesc='Vi Improved, a highly configurable, improved version of the vi text editor (built for the vim-runtime rebranded package)' depends=("vim-runtime=${pkgver}-${pkgrel}" 'gpm') conflicts=('gvim') @@ -154,7 +154,7 @@ package_vim() { } package_gvim() { - pkgdesc='Vi Improved, a highly configurable, improved version of the vi text editor (with advanced features, such as a GUI), (Parabola rebranded)' + pkgdesc='Vi Improved, a highly configurable, improved version of the vi text editor (with advanced features, such as a GUI), (built for the vim-runtime rebranded package)' depends=("vim-runtime=${pkgver}-${pkgrel}" 'gpm' 'ruby' 'libxt' 'desktop-file-utils' 'gtk2' 'lua' 'python2') provides=("vim=${pkgver}-${pkgrel}") -- cgit v1.2.3-54-g00ecf