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

2020-09-14 Thread Frederik Schwan via arch-commits
Date: Monday, September 14, 2020 @ 14:54:42
  Author: freswa
Revision: 706060

fix FS#59365

Modified:
  vim-syntastic/trunk/PKGBUILD

--+
 PKGBUILD |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-14 14:46:22 UTC (rev 706059)
+++ PKGBUILD2020-09-14 14:54:42 UTC (rev 706060)
@@ -6,7 +6,7 @@
 pkgname=vim-syntastic
 _pkgname=syntastic
 pkgver=3.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Automatic syntax checking for Vim'
 arch=('any')
 url='https://github.com/vim-syntastic/syntastic'
@@ -22,7 +22,9 @@
 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"
+install -Dm0644 -t "${pkgdir}/usr/share/vim/vimfiles/doc/" \
+doc/syntastic.txt \
+doc/syntastic-checkers.txt
 cp autoload/syntastic/* 
"$pkgdir/usr/share/vim/vimfiles/autoload/syntastic/"
 cp -dr syntax_checkers/* "$pkgdir/usr/share/vim/vimfiles/syntax_checkers/"
 


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

2019-10-28 Thread Lukas Fleischer via arch-commits
Date: Monday, October 28, 2019 @ 14:08:57
  Author: lfleischer
Revision: 520838

upgpkg: vim-syntastic 3.10.0-1

* Upstream update.
* Update website URL.

Modified:
  vim-syntastic/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 12:40:51 UTC (rev 520837)
+++ PKGBUILD2019-10-28 14:08:57 UTC (rev 520838)
@@ -5,16 +5,16 @@
 
 pkgname=vim-syntastic
 _pkgname=syntastic
-pkgver=3.9.0
+pkgver=3.10.0
 pkgrel=1
 pkgdesc='Automatic syntax checking for Vim'
 arch=('any')
-url='https://www.vim.org/scripts/script.php?script_id=2736'
+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=('9632d807d54de03968fad8ccbe831764')
+md5sums=('3d475b54bb07337d8c1b6ef87fd235e5')
 
 package() {
 cd "${srcdir}/${_pkgname}-${pkgver}"


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

2018-05-20 Thread Lukas Fleischer via arch-commits
Date: Sunday, May 20, 2018 @ 10:54:45
  Author: lfleischer
Revision: 325227

upgpkg: vim-syntastic 3.9.0-1

Upstream update.

Modified:
  vim-syntastic/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-20 10:27:39 UTC (rev 325226)
+++ PKGBUILD2018-05-20 10:54:45 UTC (rev 325227)
@@ -5,8 +5,8 @@
 
 pkgname=vim-syntastic
 _pkgname=syntastic
-pkgver=3.8.0
-pkgrel=2
+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'
@@ -14,7 +14,7 @@
 depends=('vim')
 groups=('vim-plugins')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/scrooloose/${_pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('55500457c839ef704f15833c807cde3a')
+md5sums=('9632d807d54de03968fad8ccbe831764')
 
 package() {
 cd "${srcdir}/${_pkgname}-${pkgver}"


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

2017-01-14 Thread Lukas Fleischer
Date: Saturday, January 14, 2017 @ 11:59:39
  Author: lfleischer
Revision: 207318

upgpkg: vim-syntastic 3.8.0-2

vimdoc hook cleanup.

Modified:
  vim-syntastic/trunk/PKGBUILD
Deleted:
  vim-syntastic/trunk/vimdoc.install

+
 PKGBUILD   |3 +--
 vimdoc.install |   19 ---
 2 files changed, 1 insertion(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 11:56:40 UTC (rev 207317)
+++ PKGBUILD2017-01-14 11:59:39 UTC (rev 207318)
@@ -6,7 +6,7 @@
 pkgname=vim-syntastic
 _pkgname=syntastic
 pkgver=3.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Automatic syntax checking for Vim'
 arch=('any')
 url='http://www.vim.org/scripts/script.php?script_id=2736'
@@ -13,7 +13,6 @@
 license=('custom:WTFPL')
 depends=('vim')
 groups=('vim-plugins')
-install=vimdoc.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/scrooloose/${_pkgname}/archive/${pkgver}.tar.gz;)
 md5sums=('55500457c839ef704f15833c807cde3a')
 

Deleted: vimdoc.install
===
--- vimdoc.install  2017-01-14 11:56:40 UTC (rev 207317)
+++ vimdoc.install  2017-01-14 11:59:39 UTC (rev 207318)
@@ -1,19 +0,0 @@
-post_install() {
-echo -n "Updating vim help tags..."
-/usr/bin/vim --noplugins -u NONE -U NONE \
---cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 
2>&1
-echo "done."
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install
-}
-
-op=$1
-shift
-
-$op $*


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

2016-11-11 Thread Lukas Fleischer
Date: Friday, November 11, 2016 @ 19:57:32
  Author: lfleischer
Revision: 195403

upgpkg: vim-syntastic 3.8.0-1

Upstream update.

Modified:
  vim-syntastic/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 19:57:19 UTC (rev 195402)
+++ PKGBUILD2016-11-11 19:57:32 UTC (rev 195403)
@@ -5,8 +5,8 @@
 
 pkgname=vim-syntastic
 _pkgname=syntastic
-pkgver=3.7.0
-pkgrel=2
+pkgver=3.8.0
+pkgrel=1
 pkgdesc='Automatic syntax checking for Vim'
 arch=('any')
 url='http://www.vim.org/scripts/script.php?script_id=2736'
@@ -15,7 +15,7 @@
 groups=('vim-plugins')
 install=vimdoc.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/scrooloose/${_pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('7de3859440922dc51bca229b99abfce2')
+md5sums=('55500457c839ef704f15833c807cde3a')
 
 package() {
 cd "${srcdir}/${_pkgname}-${pkgver}"


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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 00:43:33
  Author: foutrelis
Revision: 160546

Rebuild due to temporarily untrusted key

Modified:
  vim-syntastic/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-07 23:43:12 UTC (rev 160545)
+++ PKGBUILD2016-02-07 23:43:33 UTC (rev 160546)
@@ -6,7 +6,7 @@
 pkgname=vim-syntastic
 _pkgname=syntastic
 pkgver=3.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Automatic syntax checking for Vim'
 arch=('any')
 url='http://www.vim.org/scripts/script.php?script_id=2736'


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

2015-11-07 Thread Lukas Fleischer
Date: Saturday, November 7, 2015 @ 13:19:04
  Author: lfleischer
Revision: 146369

upgpkg: vim-syntastic 3.7.0-1

Upstream update.

Modified:
  vim-syntastic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-07 12:18:51 UTC (rev 146368)
+++ PKGBUILD2015-11-07 12:19:04 UTC (rev 146369)
@@ -5,7 +5,7 @@
 
 pkgname=vim-syntastic
 _pkgname=syntastic
-pkgver=3.6.0
+pkgver=3.7.0
 pkgrel=1
 pkgdesc='Automatic syntax checking for Vim'
 arch=('any')
@@ -15,7 +15,7 @@
 groups=('vim-plugins')
 install=vimdoc.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/scrooloose/${_pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('4e091b942447cdf92c0b601b6b8567e5')
+md5sums=('7de3859440922dc51bca229b99abfce2')
 
 package() {
 cd "${srcdir}/${_pkgname}-${pkgver}"


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

2015-02-17 Thread Lukas Fleischer
Date: Tuesday, February 17, 2015 @ 22:23:53
  Author: lfleischer
Revision: 127876

upgpkg: vim-syntastic 3.6.0-1

Upstream update.

Modified:
  vim-syntastic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-17 21:11:41 UTC (rev 127875)
+++ PKGBUILD2015-02-17 21:23:53 UTC (rev 127876)
@@ -5,7 +5,7 @@
 
 pkgname=vim-syntastic
 _pkgname=syntastic
-pkgver=3.5.0
+pkgver=3.6.0
 pkgrel=1
 pkgdesc='Automatic syntax checking for Vim'
 arch=('any')
@@ -15,7 +15,7 @@
 groups=('vim-plugins')
 install=vimdoc.install
 source=(https://github.com/scrooloose/${_pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('7b8b7e39fa36e0dc15d1ee4e04c365b1')
+md5sums=('4e091b942447cdf92c0b601b6b8567e5')
 
 package() {
 cd ${srcdir}/${_pkgname}-${pkgver}


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

2014-09-26 Thread Lukas Fleischer
Date: Friday, September 26, 2014 @ 19:24:39
  Author: lfleischer
Revision: 119621

upgpkg: vim-syntastic 3.5.0-1

Upstream update.

Modified:
  vim-syntastic/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-26 17:23:54 UTC (rev 119620)
+++ PKGBUILD2014-09-26 17:24:39 UTC (rev 119621)
@@ -5,8 +5,8 @@
 
 pkgname=vim-syntastic
 _pkgname=syntastic
-pkgver=3.4.0
-pkgrel=4
+pkgver=3.5.0
+pkgrel=1
 pkgdesc='Automatic syntax checking for Vim'
 arch=('any')
 url='http://www.vim.org/scripts/script.php?script_id=2736'
@@ -15,7 +15,7 @@
 groups=('vim-plugins')
 install=vimdoc.install
 source=(https://github.com/scrooloose/${_pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('5f830b3203c07a91c7ba7597d67eeab2')
+md5sums=('7b8b7e39fa36e0dc15d1ee4e04c365b1')
 
 package() {
 cd ${srcdir}/${_pkgname}-${pkgver}


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

2014-08-13 Thread Lukas Fleischer
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
===
--- PKGBUILD2014-08-13 08:33:20 UTC (rev 117348)
+++ PKGBUILD2014-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
 }