[arch-commits] Commit in vim-syntastic/trunk (PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Wed Aug 13 08:35:57 UTC 2014


    Date: Wednesday, August 13, 2014 @ 10:35:56
  Author: lfleischer
Revision: 117349

upgpkg: vim-syntastic 3.4.0-4

* Remove rustc checker (fixes FS#41517).
* Fix license (cf. FS#41521).

Modified:
  vim-syntastic/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-13 08:33:20 UTC (rev 117348)
+++ PKGBUILD	2014-08-13 08:35:56 UTC (rev 117349)
@@ -6,11 +6,11 @@
 pkgname=vim-syntastic
 _pkgname=syntastic
 pkgver=3.4.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Automatic syntax checking for Vim'
 arch=('any')
 url='http://www.vim.org/scripts/script.php?script_id=2736'
-license=('MIT')
+license=('custom:WTFPL')
 depends=('vim')
 groups=('vim-plugins')
 install=vimdoc.install
@@ -26,4 +26,10 @@
     install -Dm0644 doc/syntastic.txt "${pkgdir}/usr/share/vim/vimfiles/doc/syntastic.txt"
     cp autoload/syntastic/* "$pkgdir/usr/share/vim/vimfiles/autoload/syntastic/"
     cp -dr syntax_checkers/* "$pkgdir/usr/share/vim/vimfiles/syntax_checkers/"
+
+    # remove rustc checker (fixes FS#41517)
+    rm -rf "${pkgdir}/usr/share/vim/vimfiles/syntax_checkers/rust/"
+
+    # install license file
+    install -Dm0644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }




More information about the arch-commits mailing list