summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70d2ea762ef4..e19213eb0879 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gr-lora-git
pkgdesc = GNURadio blocks for receiving LoRa modulated radio messages using SDR
- pkgver = 0.3
+ pkgver = 0.6.2.3
pkgrel = 1
url = https://github.com/rpp0/gr-lora
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 70a3c7d64b92..208f9dd83e6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer: Pieter Robyns <pieter.robyns@uhasselt.be>
+# Contributors: remspoor
# Upstream URL: https://github.com/rpp0/gr-lora
# Based on Yuval Adam <yuval at y3xz dot com>'s gr-gsm PKGBUILD
pkgname=gr-lora-git
-pkgver=0.3
+pkgver=0.6.2.3
pkgrel=1
pkgdesc="GNURadio blocks for receiving LoRa modulated radio messages using SDR"
arch=('any')
@@ -18,7 +19,7 @@ _gitname=gr-lora
pkgver() {
cd $_gitname
- echo $(git describe --always | sed 's/-/./g')
+ echo $(git describe --always | sed 's/-/./g' | sed 's/^v//g')
}
build() {