Search Criteria
Package Details: speedtest++ 1.14.r71.0f63cfb-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/speedtest++.git (read-only, click to copy) |
---|---|
Package Base: | speedtest++ |
Description: | Unofficial speedtest.net cli using raw TCP for better accuracy |
Upstream URL: | https://github.com/taganaka/SpeedTest |
Licenses: | MIT |
Submitter: | mrxx |
Maintainer: | mrxx |
Last Packager: | mrxx |
Votes: | 11 |
Popularity: | 0.063497 |
First Submitted: | 2019-11-20 11:59 (UTC) |
Last Updated: | 2021-11-20 19:14 (UTC) |
Dependencies (5)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- openssl (openssl-gitAUR, openssl-hardenedAUR, openssl-staticAUR, quictls-opensslAUR)
- cmake (cmake-gitAUR) (make)
- git (git-vfsAUR, git-run-command-patch-gitAUR, git-gitAUR, git-fcAUR) (make)
Latest Comments
mrxx commented on 2021-11-20 19:20 (UTC)
The version number is updated automatically on reinstall as it pulls from git.
Anyways, I've updated it to 1.14.r71.
jimeral commented on 2021-11-18 07:21 (UTC)
the version number is broken, its version number is 1.14.r71.0f63cfb-1 instead of the intended version of 1.14.r68.1877803-1.
mrxx commented on 2020-11-16 23:31 (UTC)
Updated.
papavlos commented on 2020-11-13 21:49 (UTC) (edited on 2020-11-13 21:51 (UTC) by papavlos)
Please correct version number reported by AUR. Just after installing it tooday:
mrxx commented on 2019-11-21 14:24 (UTC)
Thanks, yochananmarqos. As 'git describe' was reporting a wrong minor number anyway (1.11 instead of 1.14), I've changed pkver() to use classic 'git rev-list' and 'git rev-parse' prefixed with proper major and minor version numbers parsed from source.
yochananmarqos commented on 2019-11-20 21:27 (UTC) (edited on 2019-11-20 21:27 (UTC) by yochananmarqos)
Tip: You can remove the
v
prefix in thepkgver
as outlined in the VCS package guidelines: