summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Robyns2016-09-28 12:07:38 +0200
committerPieter Robyns2016-09-28 12:07:38 +0200
commit76149149237c87d8356fc130b928cc57505b7a8e (patch)
treec1ee699c5db61c0ad1d8e8c1e73cb641c16fbdde
parent372c9aeea451d94fd0391978f395a8ef619ec2f7 (diff)
downloadaur-76149149237c87d8356fc130b928cc57505b7a8e.tar.gz
Change liquid-dsp dependency to liquid-dsp-git
-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')