[arch-commits] Commit in vim/trunk (PKGBUILD)
Eric Bélanger
eric at archlinux.org
Mon Sep 5 21:45:15 UTC 2011
Date: Monday, September 5, 2011 @ 17:45:15
Author: eric
Revision: 137071
upgpkg: vim 7.3.294-1
Upstream update (close FS#25861)
Modified:
vim/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-09-05 21:25:37 UTC (rev 137070)
+++ PKGBUILD 2011-09-05 21:45:15 UTC (rev 137071)
@@ -6,9 +6,9 @@
pkgbase=vim
pkgname=('vim' 'gvim' 'vim-runtime')
_topver=7.3
-_patchlevel=289
+_patchlevel=294
pkgver=${_topver}.${_patchlevel}
-__hgrev=ba9f075a347d
+__hgrev=9c96fb7330b5
pkgrel=1
arch=('i686' 'x86_64')
license=('custom:vim')
@@ -97,7 +97,7 @@
package_vim() {
pkgdesc='Vi Improved, a highly configurable, improved version of the vi text editor'
- depends=("vim-runtime=${pkgver}-${pkgrel}" 'gpm' 'perl')
+ depends=("vim-runtime=${pkgver}-${pkgrel}" 'gpm')
conflicts=('gvim')
cd "${srcdir}"/vim-build
More information about the arch-commits
mailing list