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

Lukas Fleischer lfleischer at archlinux.org
Mon Oct 28 14:08:58 UTC 2019


    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
===================================================================
--- PKGBUILD	2019-10-28 12:40:51 UTC (rev 520837)
+++ PKGBUILD	2019-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}"



More information about the arch-commits mailing list