Search Criteria
Package Details: kalibrate-bladerf-git 1:r20.13bd3ab-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/kalibrate-bladerf-git.git (read-only, click to copy) |
---|---|
Package Base: | kalibrate-bladerf-git |
Description: | Fork of http://thre.at/kalibrate/ for use with the bladeRF SDR |
Upstream URL: | https://github.com/Nuand/kalibrate-bladeRF |
Licenses: | GPL |
Submitter: | alexf91 |
Maintainer: | alexf91 |
Last Packager: | alexf91 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-07-07 10:54 (UTC) |
Last Updated: | 2021-09-30 16:29 (UTC) |
Dependencies (3)
- bladerf (bladerf-gitAUR, libbladerf-gitAUR)
- fftw (fftw-amdAUR)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
dreieck commented on 2021-09-30 16:01 (UTC)
$pkgver
is not monotoneously increading, but this is required. It currently uses git commit hash, which is erratic with respect to version number ordering.Please, use a strictly monotonic increasing versioning scheme.
Best, try to figure out if there is some official upstream version. Then use it as the first part of the version number.
Then, or if the former is not available only, use e.g. git commit count, optionally for information's sake latest commit date and latest git commit hash.
And don't forget to increment
$epoch
if you change the versioning scheme.Thanks for maintaining!