diff options
Diffstat (limited to 'libre/vim/PKGBUILD')
-rw-r--r-- | libre/vim/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
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}") |