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

Lukas Fleischer lfleischer at archlinux.org
Mon Oct 28 14:09:07 UTC 2019


    Date: Monday, October 28, 2019 @ 14:09:07
  Author: lfleischer
Revision: 520839

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-28 14:08:57 UTC (rev 520838)
+++ PKGBUILD	2019-10-28 14:09:07 UTC (rev 520839)
@@ -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.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"
-}

Copied: vim-syntastic/repos/community-any/PKGBUILD (from rev 520838, vim-syntastic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-28 14:09:07 UTC (rev 520839)
@@ -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.10.0
+pkgrel=1
+pkgdesc='Automatic syntax checking for Vim'
+arch=('any')
+url='https://github.com/vim-syntastic/syntastic'
+license=('custom:WTFPL')
+depends=('vim')
+groups=('vim-plugins')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/scrooloose/${_pkgname}/archive/${pkgver}.tar.gz")
+md5sums=('3d475b54bb07337d8c1b6ef87fd235e5')
+
+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