summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPi-Yueh Chuang2022-09-26 16:02:39 -0400
committerPi-Yueh Chuang2022-09-26 16:02:39 -0400
commitea8e4cb450e754edd05ec7ac49562787ec5c9f70 (patch)
tree2b7c2ee69a038b5672d4000d3abde93fa91eaca6 /PKGBUILD
parentb224330a68e94139ab68fbe945fb8fe18cc8784b (diff)
downloadaur-textlint.tar.gz
upgpkg: textlint 12.2.2-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f4957b974fd..b20e698d95e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: PY Chuang <pychuang@pm.me>
# Contributor: Arjun Nemani <nemaniarjun@gmail.com>
pkgname=textlint
-pkgver=12.0.0
+pkgver=12.2.2
pkgrel=1
pkgdesc="The pluggable natural language linter for text and markdown."
arch=(any)
@@ -10,7 +10,7 @@ license=("MIT")
depends=("nodejs")
makedepends=("npm")
source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-sha256sums=("58af04c5b5722dcc903fa7451d09d2beb748bcf92d5dc5bff0c18dade68768f7")
+sha1sums=("995d46eb40ed82f0987df2e1bbb008763f328359")
package() {
@@ -22,8 +22,8 @@ package() {
# npm install with the local tarball
npm install \
--cache "${srcdir}/npm-cache" \
- --production \
- --no-optional \
+ --omit=dev \
+ --omit=optional \
--no-audit \
-g \
--prefix "$pkgdir/usr" \