summaryrefslogtreecommitdiff
path: root/libre/vim
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-10-20 03:29:54 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-10-20 03:29:54 -0200
commit43623992754c863ea8cc2595c25a94f561c2cf31 (patch)
tree531bbf7f78d8e2cee6db08c60195831af21e6843 /libre/vim
parent81c592d384eb6470982d1d349a201e2c1de819aa (diff)
fix description for vim and gvim packages
Diffstat (limited to 'libre/vim')
-rw-r--r--libre/vim/PKGBUILD4
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}")