惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
L
LangChain Blog
WordPress大学
WordPress大学
MyScale Blog
MyScale Blog
The Cloudflare Blog
J
Java Code Geeks
Google DeepMind News
Google DeepMind News
Recent Announcements
Recent Announcements
Microsoft Azure Blog
Microsoft Azure Blog
Y
Y Combinator Blog
有赞技术团队
有赞技术团队
Last Week in AI
Last Week in AI
酷 壳 – CoolShell
酷 壳 – CoolShell
Martin Fowler
Martin Fowler
小众软件
小众软件
量子位
月光博客
月光博客
P
Proofpoint News Feed
IT之家
IT之家
腾讯CDC
博客园 - 三生石上(FineUI控件)
博客园 - 司徒正美
雷峰网
雷峰网
V
Visual Studio Blog

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - trello-cli
2026-06-28 · via AUR Newest Packages

Latest Comments

remolueoend commented on 2020-05-04 10:05 (UTC)

dreieck commented on 2020-03-29 13:01 (UTC) (edited on 2020-03-29 13:04 (UTC) by dreieck)

It does download stuff during package(). This must not happen. An internet connection must not be assumed after finishing prepare() and pkgver() (i.e., neither in build(), nor in check(), nor in package()).

So, please make sure that everything needed to build the package gets downloaded by the source-array (thus the specifications of download agents the user has done in the makepkg.conf are honoured) and via makedepends. Only as an exception you can also use the prepare()-function for it.

==> Starting package()...
npm WARN deprecated nomnom@1.8.1: Package no longer supported. Contact support@npmjs.com for more info.
npm WARN deprecated request@2.74.0: request has been deprecated, see https://github.com/request/request/issues/3142
[ .................] - fetchMetadata: WARN deprecated request@2.74.0: request has been deprecated, see https://github.com/request/request/issues/3142
[...]

Thanks for maintaining!

dbirks commented on 2019-06-20 17:13 (UTC)

Thank you all! It should now conflict with trello, and I've updated to 0.3.0.

mheap commented on 2019-06-16 11:36 (UTC)

@mprom Version 0.3.0 has just been released to NPM which makes refreshing more efficient and removes this error

dreieck commented on 2019-05-09 11:53 (UTC)

Should conflict with package trello (both provide the file /usr/bin/trello, which does quite different things in both packages).

mprom commented on 2019-05-01 11:23 (UTC)

When I try to do trello refresh after being authorized etc. I get this error:

▶ trello refresh
Organization, board, list, and user cache refreshed
/usr/lib/node_modules/trello-cli/src/translator.js:114
            throw err;
            ^

Error: [object Object]
    at Request._callback (/usr/lib/node_modules/trello-cli/node_modules/node-trello/lib/node-trello.js:88:13)
    at Request.self.callback (/usr/lib/node_modules/trello-cli/node_modules/request/request.js:187:22)
    at Request.emit (events.js:189:13)
    at Request.<anonymous> (/usr/lib/node_modules/trello-cli/node_modules/request/request.js:1044:10)
    at Request.emit (events.js:189:13)
    at IncomingMessage.<anonymous> (/usr/lib/node_modules/trello-cli/node_modules/request/request.js:965:12)
    at IncomingMessage.emit (events.js:194:15)
    at endReadableNT (_stream_readable.js:1125:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)