Search Criteria
Package Details: libmirisdr-git 1:r5.59ba372-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libmirisdr-git.git (read-only, click to copy) |
---|---|
Package Base: | libmirisdr-git |
Description: | Software for the Mirics MSi2500 + MSi001 SDR platform. |
Upstream URL: | https://gitea.osmocom.org/sdr/libmirisdr |
Licenses: | GPL2 |
Conflicts: | libmirisdr |
Provides: | libmirisdr |
Submitter: | yhfudev |
Maintainer: | xiretza (AkechiShiro) |
Last Packager: | xiretza |
Votes: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2015-10-07 17:15 (UTC) |
Last Updated: | 2022-05-22 19:51 (UTC) |
Latest Comments
AkechiShiro commented on 2022-04-18 16:12 (UTC)
Is this pkg still maintained ?
dreieck commented on 2021-09-30 14:49 (UTC)
As @xiretza already mentioned on 2021-04-24:
$pkgver
is not monotoneously increading, but this is required. It currently uses git commit has, 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!
dreieck commented on 2021-09-30 14:48 (UTC)
Please add
conflicts=("${pkgname%-git}")
.Thanks for maintaining!
xiretza commented on 2021-04-24 08:23 (UTC)
The
pkgver()
implementation is wrong, see https://wiki.archlinux.org/index.php/VCS_package_guidelines#The_pkgver()_function for some correct examples.epoch
will also need to be bumped to make sure the correct version is recognized as newer than the commit hash.