summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPi-Yueh Chuang2021-06-24 12:21:37 -0400
committerPi-Yueh Chuang2021-06-24 12:21:37 -0400
commitb224330a68e94139ab68fbe945fb8fe18cc8784b (patch)
tree868506e60b8e11c99c2ac7849a125d338e03ac11
parent6d8a583eb323c3ec0337614746aeb04a52f80bd0 (diff)
downloadaur-b224330a68e94139ab68fbe945fb8fe18cc8784b.tar.gz
upgpkg: textlint 12.0.0-1
upstream release and remove --user root
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e896afd536a..57705a7e46fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = textlint
pkgdesc = The pluggable natural language linter for text and markdown.
- pkgver = 11.7.6
+ pkgver = 12.0.0
pkgrel = 1
url = https://github.com/textlint/textlint/
arch = any
license = MIT
makedepends = npm
depends = nodejs
- source = https://registry.npmjs.org/textlint/-/textlint-11.7.6.tgz
- sha256sums = 3cbd430dc6f548fc9a07efc26ccf10c8dd1f61258935a1d6696f076997d7a0a1
+ source = https://registry.npmjs.org/textlint/-/textlint-12.0.0.tgz
+ sha256sums = 58af04c5b5722dcc903fa7451d09d2beb748bcf92d5dc5bff0c18dade68768f7
pkgname = textlint
-
diff --git a/PKGBUILD b/PKGBUILD
index fa25e5bf09b6..1f4957b974fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: PY Chuang <pychuang@pm.me>
# Contributor: Arjun Nemani <nemaniarjun@gmail.com>
pkgname=textlint
-pkgver=11.7.6
+pkgver=12.0.0
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=("3cbd430dc6f548fc9a07efc26ccf10c8dd1f61258935a1d6696f076997d7a0a1")
+sha256sums=("58af04c5b5722dcc903fa7451d09d2beb748bcf92d5dc5bff0c18dade68768f7")
package() {
@@ -26,7 +26,6 @@ package() {
--no-optional \
--no-audit \
-g \
- --user root \
--prefix "$pkgdir/usr" \
$pkgname-$pkgver.tgz