Search Criteria
Package Details: textlint 12.2.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/textlint.git (read-only, click to copy) |
---|---|
Package Base: | textlint |
Description: | The pluggable natural language linter for text and markdown. |
Upstream URL: | https://github.com/textlint/textlint/ |
Keywords: | textlint |
Licenses: | MIT |
Submitter: | nemaniarjun |
Maintainer: | pychuang |
Last Packager: | pychuang |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2018-07-09 04:50 (UTC) |
Last Updated: | 2022-09-26 20:03 (UTC) |
Dependencies (2)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
Latest Comments
pychuang commented on 2021-06-24 16:23 (UTC)
@ocelotsloth Thanks for pointing out the issue. I removed
--user root
and also bumped the version tov12.0.0
. Please let me know if there are any problems!ocelotsloth commented on 2021-06-23 14:57 (UTC)
https://bugs.archlinux.org/task/69912#comment197546
This package currently causes install conflicts because of some changes to NPM. The updated NodeJS packaging guidelines have removed the
--user root
flag. (link)Could you update the package to remove
--user root
?pychuang commented on 2020-09-20 09:48 (UTC) (edited on 2020-09-20 09:50 (UTC) by pychuang)
I just adpoted this package and bumped the version to 11.7.6. Now it installs the package through a local tarball using
source
. I'm not familiar with nodejs and npm stuff, though. Let me know if something's not right. It'll be easier to discuss issue on GitHub: https://github.com/piyueh/pkgbuildsThis package needs plugins. I'm trying to adopt the plugins. But the original maintainer has to relinquish the maintainership.
dreieck commented on 2020-03-15 17:34 (UTC)
Fails to download for me since
npm
's builtin downloader is used which is too restrictive for slow internet connections:→ please use "proper" system-provided download methods via the
source
-array.dreieck commented on 2020-03-15 17:33 (UTC) (edited on 2020-03-15 17:39 (UTC) by dreieck)
This package's
PKGBUILD
does download stuff inpackage()
.Please avoid that!
build()
,check()
andpackage()
must not assume internet connection.Please use the
source
s array.If not possible, as an exception, use the
prepare()
-functiont.Everything else is not acceptable.
Advantage of the
source
-array overprepare
():Enabling the user to specify the way things should be downloaded (e.g. in
makepkg.conf
), so users can cater for 'special' setups like special proxies, unreliable internet connections, etc.Please also check your other packages for this problem.
Thanks for the package! (-:!