[arch-commits] Commit in eslint/trunk (PKGBUILD)
Daniel M. Capella
polyzen at gemini.archlinux.org
Sat Jun 18 05:28:29 UTC 2022
Date: Saturday, June 18, 2022 @ 05:28:28
Author: polyzen
Revision: 1238351
upgpkg: eslint 8.18.0-1
Modified:
eslint/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-18 03:31:24 UTC (rev 1238350)
+++ PKGBUILD 2022-06-18 05:28:28 UTC (rev 1238351)
@@ -2,7 +2,7 @@
# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
pkgname=eslint
-pkgver=8.17.0
+pkgver=8.18.0
pkgrel=1
pkgdesc='An AST-based pattern checker for JavaScript'
arch=('any')
@@ -12,7 +12,7 @@
makedepends=('npm' 'rsync')
options=('!emptydirs')
source=("https://github.com/$pkgname/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('ab231679d3ab91805f705a3659e5204d64cec7600bf8c2083cba38b1ed62b5a3b7de3dfd4abcf01bbcb99b7040994f8dfadd0b80e97935b36be8ab9753ee1a09')
+b2sums=('50f2ceea00749c85ff8d2bcfba23e2b0f35806cd89f988c61a57d9080197fb2cfc82a3459070828bd575319c380920b7b8f43dae302a3903011e11a2776073ea')
prepare() {
cd $pkgname-$pkgver
@@ -33,8 +33,8 @@
install -d "$pkgdir"/usr/bin
ln -s $_npmdir/bin/$pkgname.js "$pkgdir"/usr/bin/$pkgname
install -Dt "$pkgdir"/$_npmdir/bin bin/$pkgname.js
- rsync -r --exclude .cache conf lib messages node_modules package.json \
- "$pkgdir"/$_npmdir
+ rsync -r --exclude .cache --exclude .package-lock.json conf lib messages \
+ node_modules package.json "$pkgdir"/$_npmdir
install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname README.md
install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
More information about the arch-commits
mailing list