summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPieter Robyns2016-09-28 12:07:38 +0200
committerPieter Robyns2016-09-28 12:07:38 +0200
commit76149149237c87d8356fc130b928cc57505b7a8e (patch)
treec1ee699c5db61c0ad1d8e8c1e73cb641c16fbdde /PKGBUILD
parent372c9aeea451d94fd0391978f395a8ef619ec2f7 (diff)
downloadaur-76149149237c87d8356fc130b928cc57505b7a8e.tar.gz
Change liquid-dsp dependency to liquid-dsp-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')