diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-10-20 03:29:54 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-10-20 03:29:54 -0200 |
commit | 43623992754c863ea8cc2595c25a94f561c2cf31 (patch) | |
tree | 531bbf7f78d8e2cee6db08c60195831af21e6843 | |
parent | 81c592d384eb6470982d1d349a201e2c1de819aa (diff) | |
download | abslibre-43623992754c863ea8cc2595c25a94f561c2cf31.tar.gz abslibre-43623992754c863ea8cc2595c25a94f561c2cf31.tar.bz2 abslibre-43623992754c863ea8cc2595c25a94f561c2cf31.zip |
fix description for vim and gvim packages
-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}") |