Package Details: gr-ham-git r25.7ece28e-1

Git Clone URL: https://aur.archlinux.org/gr-ham-git.git (read-only, click to copy)
Package Base: gr-ham-git
Description: A collection of GNU Radio blocks useful for amateur radio
Upstream URL: https://github.com/argilo/gr-ham.git
Keywords: amateur gnuradio gr-ham ham radio
Licenses: unknown
Provides: gr-ham
Submitter: zezadas
Maintainer: zezadas
Last Packager: zezadas
Votes: 0
Popularity: 0.000000
First Submitted: 2017-04-26 16:52 (UTC)
Last Updated: 2021-12-13 09:04 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

dreieck commented on 2023-05-04 14:44 (UTC)

Version downgrade happend:

warning: downgrading package gr-ham-git (7ece28e-1 => r33.3a6d979-1)

You need to increment $epoch!

dreieck commented on 2023-05-04 14:43 (UTC)

Please change source download protocol from git:// to git+https://. This is required due to changes at github.com.

Otherwise, download fails with:

fatal: unable to connect to github.com:
github.com[0: 140.82.121.3]: errno=Connection timed out

Thanks for maintaining!

dreieck commented on 2021-09-30 14:32 (UTC)

Please add conflicts=("${pkgname%-git}").

Thanks for maintaining!

dreieck commented on 2021-09-30 14:31 (UTC)

$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!