Search Criteria
Package Details: nodejs-fast-cli 5.1.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/nodejs-fast-cli.git (read-only, click to copy) |
|---|---|
| Package Base: | nodejs-fast-cli |
| Description: | Test your download and upload speed using fast.com from Netflix |
| Upstream URL: | https://github.com/sindresorhus/fast-cli#readme |
| Licenses: | MIT |
| Submitter: | ectospasm |
| Maintainer: | ectospasm |
| Last Packager: | ectospasm |
| Votes: | 2 |
| Popularity: | 1.01 |
| First Submitted: | 2023-04-01 17:58 (UTC) |
| Last Updated: | 2026-01-23 15:15 (UTC) |
Dependencies (39)
- alsa-lib
- aom (aom-vmaf-gitAUR, aom-av1-lavish-gitAUR, aom-psy101-gitAUR, aom-gitAUR)
- brotli (brotli-gitAUR)
- dav1d (dav1d-gitAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR, dbus-nosystemd-gitAUR)
- desktop-file-utils (desktop-file-utils-gitAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-libfdk_aacAUR, ffmpeg-decklinkAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR)
- flac (flac-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-gitAUR, freetype2-macosAUR, freetype2-qdoledAUR, freetype2-qdoled-gen3AUR)
- gtk3 (gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-no_deadkeys_underlineAUR)
- harfbuzz (harfbuzz-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- icu (icu-gitAUR)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-gitAUR, jsoncpp-cmakeAUR)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- libffi (libffi-gitAUR)
- libgcrypt
- libjpeg (mozjpeg-gitAUR, mozjpegAUR, libjpeg-turbo-gitAUR, libjpeg-turbo)
- libjpeg-turbo (mozjpeg-gitAUR, mozjpegAUR, libjpeg-turbo-gitAUR)
- Show 19 more dependencies...
Latest Comments
ectospasm commented on 2026-01-23 15:23 (UTC)
@tucker87
Sorry this took so long; when I tried to update this package back in December, the AUR didn't seem to be behaving correctly. I assume it was due to the periodic DDoS the Arch project has been experiencing lately.
Anyway, 5.1.0 is now live!
tucker87 commented on 2025-12-16 16:32 (UTC)
@ectospasm
I'm not positive what I did was exactly correct either. :D
I removed the extra pupeteer install step and all depends based on ldd checks of what the chromium that the included puppeteer used.
This is my first ever patch for an arch package so I'm not sure how exactly to check if those are actually required.
ectospasm commented on 2025-12-16 11:39 (UTC)
Hmmmm, it looks like I updated my PKGBUILD and .SRCINFO on September 24, with 5.0.2 no less. I incremented the pkgrel, and tried to push again. It says everything is up to date.
I don't have time right now to figure out what I'm doing wrong. But I hope to get to it tomorrow.
ectospasm commented on 2025-12-16 11:26 (UTC)
@tucker02 Thanks for bringing this to my attention. It looks like 5.0.2 was released on September 23. I got really backed up with email and didn't get to it.
Just curious, it appears you removed a bunch of dependencies from the
dependsarray; that's OK! I'm not convinced I set it up properly, I basically included all the dependencies of chromium (which is a dependency of puppeteer, necessary for fast-cli).tucker87 commented on 2025-12-16 05:46 (UTC) (edited on 2025-12-16 05:47 (UTC) by tucker87)
This install failed for me. I updated to 5.0.2. Here's the git patch!