summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 682d6926c5d6..70d2ea762ef4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = gr-lora-git
depends = libosmocore
depends = boost
depends = swig
- depends = liquid-dsp
+ depends = liquid-dsp-git
depends = python2-scipy
depends = python2-numpy
provides = gr-lora
diff --git a/PKGBUILD b/PKGBUILD
index 171e01086c27..70a3c7d64b92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="GNURadio blocks for receiving LoRa modulated radio messages using SDR"
arch=('any')
url="https://github.com/rpp0/gr-lora"
license=(unknown)
-depends=('gnuradio' 'libosmocore' 'boost' 'swig' 'liquid-dsp' 'python2-scipy' 'python2-numpy')
+depends=('gnuradio' 'libosmocore' 'boost' 'swig' 'liquid-dsp-git' 'python2-scipy' 'python2-numpy')
makedepends=('cmake')
provides=('gr-lora')
source=('git+https://github.com/rpp0/gr-lora')