diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-03-31 18:34:02 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-03-31 18:34:02 -0300 |
commit | 0aba2677e3b2fcd2b11b733c82cc4d85c13619b7 (patch) | |
tree | 6025d1df5cb3b401e12c067e2ea19a46756baa0f /libre/vim-runtime | |
parent | 1f706ed0b9c5871ceb3f45fdbe16f628483bdb26 (diff) | |
parent | 6220e74b25f00c84b9430ea341d4c7bba083a419 (diff) | |
download | abslibre-0aba2677e3b2fcd2b11b733c82cc4d85c13619b7.tar.gz abslibre-0aba2677e3b2fcd2b11b733c82cc4d85c13619b7.tar.bz2 abslibre-0aba2677e3b2fcd2b11b733c82cc4d85c13619b7.zip |
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/vim-runtime')
-rw-r--r-- | libre/vim-runtime/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/vim-runtime/PKGBUILD b/libre/vim-runtime/PKGBUILD index 189d67c6b..797c5c838 100644 --- a/libre/vim-runtime/PKGBUILD +++ b/libre/vim-runtime/PKGBUILD @@ -8,11 +8,11 @@ pkgbase=vim pkgname=vim-runtime _topver=7.4 -_patchlevel=135 -__hgrev=de28b1568fc2 +_patchlevel=214 +__hgrev=d2ef98a43b5d _versiondir="vim${_topver//./}" pkgver=${_topver}.${_patchlevel} -pkgrel=2 +pkgrel=1 arch=('i686' 'x86_64' 'mips64el') license=('custom:vim') url="http://www.vim.org" @@ -21,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=('be672ce2a929503412378c998fc3dc27' +md5sums=('5ec7d7f84955dacfef88e52ebc79b267' 'SKIP' '27820c2bdc34624674c561ae6476bc6a' 'a8c21928eefd766e211f987879a9199c') |