diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-11-12 19:44:24 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-11-12 19:44:24 -0200 |
commit | 51011f568ad1a30ef200539d6b36326d1ad40e1c (patch) | |
tree | f82b59d4dabf881592dde3eebd91477b8d70ce30 | |
parent | 5172ae4af8c691778822d6cdb8872cdbd305f93f (diff) |
vim-runtime-7.4.86-1: updating version
-rw-r--r-- | libre/vim-runtime/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libre/vim-runtime/PKGBUILD b/libre/vim-runtime/PKGBUILD index 93ac38edd..20cccfb53 100644 --- a/libre/vim-runtime/PKGBUILD +++ b/libre/vim-runtime/PKGBUILD @@ -3,15 +3,16 @@ # Contributor: tobias [ tobias at archlinux org ] # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> # Maintainer (Parabola): André Silva <emulatorman@parabola.nu> +# Contributor (Parabola): Márcio Silva <coadde@parabola.nu> pkgbase=vim pkgname=vim-runtime _topver=7.4 -_patchlevel=16 -__hgrev=d17ef148ada4 +_patchlevel=86 +__hgrev=f6940759212d _versiondir="vim${_topver//./}" pkgver=${_topver}.${_patchlevel} -pkgrel=2 +pkgrel=1 arch=('i686' 'x86_64' 'mips64el') license=('custom:vim') url="http://www.vim.org" @@ -20,7 +21,7 @@ source=("ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz" "ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig" 'vimrc' 'parabola.vim') -md5sums=('733cce44a08ea953ad0e1f9d574670e0' +md5sums=('436d4d3c6402ce20309bf2cdedce63c0' 'SKIP' '27820c2bdc34624674c561ae6476bc6a' 'a8c21928eefd766e211f987879a9199c') |