Date: Thursday, February 11, 2016 @ 23:30:28 Author: arodseth Revision: 161316
upgpkg: vim-rails 5.2-1 Modified: vim-rails/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-02-11 21:57:18 UTC (rev 161315) +++ PKGBUILD 2016-02-11 22:30:28 UTC (rev 161316) @@ -1,12 +1,12 @@ # $Id$ -# Maintainer: Alexander Rødseth <[email protected]> +# Maintainer: Alexander F Rødseth <[email protected]> # Contributor: Aaron Schaefer <[email protected]> pkgname=vim-rails -pkgver=5.1 +pkgver=5.2 _sourceid=21702 pkgrel=1 -pkgdesc='Vim plugin for enhanced Ruby on Rails application development' +pkgdesc='ViM plugin for enhanced Ruby on Rails application development' arch=('any') conflicts=('python-configobj') url='http://www.vim.org/scripts/script.php?script_id=1567' @@ -26,4 +26,6 @@ install -Dm644 license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } +# getver: -u 4 www.vim.org/scripts/script.php?script_id=1567 # vim:set ts=2 sw=2 et: +
