Search Criteria
Package Details: trello-cli 1.0.7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/trello-cli.git (read-only, click to copy) |
---|---|
Package Base: | trello-cli |
Description: | Trello CLI tool |
Upstream URL: | https://github.com/mheap/trello-cli |
Licenses: | MIT |
Provides: | trello |
Submitter: | dbirks |
Maintainer: | mheap |
Last Packager: | mheap |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2018-11-30 17:07 (UTC) |
Last Updated: | 2024-02-05 11:01 (UTC) |
Dependencies (2)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron, nodejs-lts-jod)
- npm (corepackerAUR, python-nodejs-wheelAUR)
Latest Comments
remolueoend commented on 2020-05-04 10:05 (UTC)
@dreieck I am a bit confused, isn't it the recommended approach to download npm dependencies in step
package
? see: https://wiki.archlinux.org/index.php/Node.js_package_guidelines#Using_npmdreieck 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 finishingprepare()
andpkgver()
(i.e., neither inbuild()
, nor incheck()
, nor inpackage()
).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 themakepkg.conf
are honoured) and viamakedepends
. Only as an exception you can also use theprepare()
-function for it.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: