[arch-commits] Commit in eslint/trunk (PKGBUILD)
Daniel M. Capella
polyzen at gemini.archlinux.org
Sat Mar 26 00:08:33 UTC 2022
Date: Saturday, March 26, 2022 @ 00:08:33
Author: polyzen
Revision: 1176785
upgpkg: eslint 8.12.0-1
Modified:
eslint/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-26 00:07:54 UTC (rev 1176784)
+++ PKGBUILD 2022-03-26 00:08:33 UTC (rev 1176785)
@@ -2,7 +2,7 @@
# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
pkgname=eslint
-pkgver=8.11.0
+pkgver=8.12.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=('fe80db0438b961c2ba29207444a3e1712fc98217bb56c0c468cab8c22c412f814dee123cb0092793ef9043470988e02858dcfb0c7d58e544ab7ae8e96107edbb')
+b2sums=('fec6008d2747c3a4bda1389476d3a2f84db6c783611f8c442fdbd655ed2a218bbc4a84fd61865d25f6794bec73949e9fe870da07a2ae32e61a4e3f987c3d9576')
prepare() {
cd $pkgname-$pkgver
@@ -31,7 +31,7 @@
_npmdir=/usr/lib/node_modules/$pkgname
install -d "$pkgdir"/usr/bin
- ln $_npmdir/bin/$pkgname.js "$pkgdir"/usr/bin/$pkgname
+ 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
More information about the arch-commits
mailing list