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

推荐订阅源

The GitHub Blog
The GitHub Blog
S
SegmentFault 最新的问题
MyScale Blog
MyScale Blog
有赞技术团队
有赞技术团队
V
Visual Studio Blog
T
The Blog of Author Tim Ferriss
爱范儿
爱范儿
Vercel News
Vercel News
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Y
Y Combinator Blog
Blog — PlanetScale
Blog — PlanetScale
D
DataBreaches.Net
美团技术团队
Microsoft Security Blog
Microsoft Security Blog
大猫的无限游戏
大猫的无限游戏
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
酷 壳 – CoolShell
酷 壳 – CoolShell
GbyAI
GbyAI
A
About on SuperTechFans
云风的 BLOG
云风的 BLOG
The Cloudflare Blog
宝玉的分享
宝玉的分享
V
V2EX
Microsoft Azure Blog
Microsoft Azure 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)