[arch-commits] Commit in vim-ale/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Wed Jun 6 21:54:08 UTC 2018
Date: Wednesday, June 6, 2018 @ 21:54:08
Author: anthraxx
Revision: 341563
upgpkg: vim-ale 1.9.0-1
Modified:
vim-ale/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-06 21:33:14 UTC (rev 341562)
+++ PKGBUILD 2018-06-06 21:54:08 UTC (rev 341563)
@@ -2,7 +2,7 @@
# Contributor: David Thurstenson <thurstylark at gmail.com>
pkgname=vim-ale
-pkgver=1.8.0
+pkgver=1.9.0
pkgrel=1
pkgdesc='Asynchronous Lint Engine'
url='https://github.com/w0rp/ale'
@@ -13,14 +13,14 @@
'flake8: for python support')
groups=('vim-plugins')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/w0rp/ale/archive/v${pkgver}.tar.gz)
-sha256sums=('44168b16de4ad80bafe3c06ba7ed3950d2c3c140a8719a318989c13c4b5e0065')
-sha512sums=('d62bf7edc9e118902d9cc86dc4d36acd32cd3bdf77733dce7e0f217f4ab5dc96c02fa9b7f426681a346204ef52268bc0582de6bde45d9cae800f12fcff3ad1ed')
+sha256sums=('df7958311f447a373a5016fdce5ca1c6f1e6ed1ef13d9193a8220e3f0541226a')
+sha512sums=('8ec81163c86d2b647451f2146a68715cba485d3318e01fbdd377528a882070be344cef345544386a400d46a4cae75e64d10caf1f7ad7cc951c73cca1a3fa30b4')
package() {
cd ale-${pkgver}
install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
install -dm 755 "${pkgdir}/usr/share/vim/vimfiles"
- cp -dr --no-preserve=ownership {after,ale_linters,autoload,doc,plugin} \
+ cp -dr --no-preserve=ownership {ale_linters,autoload,doc,ftplugin,plugin,syntax} \
"${pkgdir}/usr/share/vim/vimfiles"
}
More information about the arch-commits
mailing list