diff options
Diffstat (limited to 'extra/vim')
-rw-r--r-- | extra/vim/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/vim/PKGBUILD b/extra/vim/PKGBUILD index 0cf39707c..f309599b4 100644 --- a/extra/vim/PKGBUILD +++ b/extra/vim/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 115648 2011-03-18 18:01:46Z heftig $ +# $Id: PKGBUILD 123129 2011-05-08 21:00:10Z heftig $ # Contributor: Jan "heftig" Steffens <jan.steffens@gmail.com> # Maintainer: tobias [ tobias at archlinux org ] # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> @@ -6,9 +6,9 @@ pkgbase=vim pkgname=(vim gvim vim-runtime) _topver=7.3 -_patchlevel=138 +_patchlevel=177 pkgver=${_topver}.${_patchlevel} -__hgrev=ea399ac2c1b9 +__hgrev=60890b26cb17 pkgrel=1 arch=('i686' 'x86_64') license=('custom:vim') |