Date: Tuesday, December 13, 2016 @ 07:29:21 Author: arodseth Revision: 199166
upgpkg: vim-rails 5.2_23266-4 Modified: vim-rails/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-13 07:24:39 UTC (rev 199165) +++ PKGBUILD 2016-12-13 07:29:21 UTC (rev 199166) @@ -1,17 +1,19 @@ # $Id$ -# Maintainer: Alexander F Rødseth <[email protected]> +# Maintainer: +# Contributor: Alexander F Rødseth <[email protected]> # Contributor: Aaron Schaefer <[email protected]> pkgname=vim-rails pkgver=5.2_23266 -pkgrel=3 +pkgrel=4 pkgdesc='ViM plugin for enhanced Ruby on Rails application development' arch=('any') url='http://www.vim.org/scripts/script.php?script_id=1567' license=('custom:vim') +groups=('vim-plugins') depends=('vim') source=("$pkgname.zip::http://www.vim.org/scripts/download_script.php?src_id=${pkgver#*_}" - 'license.txt') + license.txt) sha256sums=('86701db15c753bb4bd0e5ee233b37505454548e472cf6e6520a84b095833d7c5' '446c67d93c43addf076fe103a71844c2d875d478f82186436567dd221f2652f3')
