Search Criteria
Package Details: gr-lora-git 0.6.2.3-1
Git Clone URL: | https://aur.archlinux.org/gr-lora-git.git (read-only, click to copy) |
---|---|
Package Base: | gr-lora-git |
Description: | GNURadio blocks for receiving LoRa modulated radio messages using SDR |
Upstream URL: | https://github.com/rpp0/gr-lora |
Keywords: | gnuradio lora sdr |
Licenses: | |
Provides: | |
Submitter: | rpp0 |
Maintainer: | rpp0 |
Last Packager: | rpp0 |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2016-09-28 10:05 |
Last Updated: | 2017-12-12 09:25 |
Latest Comments
rpp0 commented on 2017-12-12 09:26
Hi remspoor, thanks for reporting. I changed the PKGBUILD according to your suggestion and added you as contributor.
remspoor commented on 2017-12-11 16:53
This package wants to update every time because of the version numbering. Can you please make this small change to solve this?
-pkgver=0.3
+pkgver=0.6.2.3
-echo $(git describe --always | sed 's/-/./g')
+echo $(git describe --always | sed 's/-/./g' | sed 's/^v//g')