[arch-commits] Commit in vim-syntastic/repos/community-any (PKGBUILD PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Sun May 20 10:54:56 UTC 2018


    Date: Sunday, May 20, 2018 @ 10:54:56
  Author: lfleischer
Revision: 325228

archrelease: copy trunk to community-any

Added:
  vim-syntastic/repos/community-any/PKGBUILD
    (from rev 325227, vim-syntastic/trunk/PKGBUILD)
Deleted:
  vim-syntastic/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-20 10:54:45 UTC (rev 325227)
+++ PKGBUILD	2018-05-20 10:54:56 UTC (rev 325228)
@@ -1,34 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Felip Manyer i Ballester <archlinux at res hyphen telae dot cat>
-# Contributor: Alex Ferrando <alferpal at gmail.com>
-# Contributor: Zhang Li <richselian at gmail.com>
-
-pkgname=vim-syntastic
-_pkgname=syntastic
-pkgver=3.8.0
-pkgrel=2
-pkgdesc='Automatic syntax checking for Vim'
-arch=('any')
-url='http://www.vim.org/scripts/script.php?script_id=2736'
-license=('custom:WTFPL')
-depends=('vim')
-groups=('vim-plugins')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/scrooloose/${_pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('55500457c839ef704f15833c807cde3a')
-
-package() {
-    cd "${srcdir}/${_pkgname}-${pkgver}"
-
-    install -d "${pkgdir}/usr/share/vim/vimfiles/"{plugin,doc,autoload/syntastic/,syntax_checkers}
-    find . -type d -exec chmod 755 '{}' \;
-    cp -dr plugin/* "$pkgdir/usr/share/vim/vimfiles/plugin/"
-    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"
-}

Copied: vim-syntastic/repos/community-any/PKGBUILD (from rev 325227, vim-syntastic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-20 10:54:56 UTC (rev 325228)
@@ -0,0 +1,34 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Felip Manyer i Ballester <archlinux at res hyphen telae dot cat>
+# Contributor: Alex Ferrando <alferpal at gmail.com>
+# Contributor: Zhang Li <richselian at gmail.com>
+
+pkgname=vim-syntastic
+_pkgname=syntastic
+pkgver=3.9.0
+pkgrel=1
+pkgdesc='Automatic syntax checking for Vim'
+arch=('any')
+url='http://www.vim.org/scripts/script.php?script_id=2736'
+license=('custom:WTFPL')
+depends=('vim')
+groups=('vim-plugins')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/scrooloose/${_pkgname}/archive/${pkgver}.tar.gz")
+md5sums=('9632d807d54de03968fad8ccbe831764')
+
+package() {
+    cd "${srcdir}/${_pkgname}-${pkgver}"
+
+    install -d "${pkgdir}/usr/share/vim/vimfiles/"{plugin,doc,autoload/syntastic/,syntax_checkers}
+    find . -type d -exec chmod 755 '{}' \;
+    cp -dr plugin/* "$pkgdir/usr/share/vim/vimfiles/plugin/"
+    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