diff options
author | zezadas | 2021-12-13 09:36:00 +0000 |
---|---|---|
committer | zezadas | 2021-12-13 09:36:00 +0000 |
commit | a19fd54ac49a6973352df9011b78575972a5e0e2 (patch) | |
tree | b53f7c125fbfccf4946d3615659b2a317f44c132 | |
parent | b13a614fd19a9dd0e2710e480254a0c91bfb4836 (diff) | |
download | aur-a19fd54ac49a6973352df9011b78575972a5e0e2.tar.gz |
fix dependencies
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -6,14 +6,14 @@ pkgbase = gr-binviz-git arch = any license = unknown makedepends = cmake - depends = gnuradio + depends = gnuradio<3.9 depends = libosmocore depends = boost depends = swig depends = cimg + depends = cppunit provides = gr-binviz source = git+https://github.com/CBrunsch/BinViz.git sha1sums = SKIP pkgname = gr-binviz-git - @@ -7,7 +7,7 @@ pkgdesc="A GNU Radio Companion out-of-tree module for visualization of char data arch=('any') url="https://github.com/CBrunsch/BinViz/tree/master/gr-binviz" license=(unknown) -depends=('gnuradio' 'libosmocore' 'boost' 'swig' 'cimg') +depends=('gnuradio<3.9' 'libosmocore' 'boost' 'swig' 'cimg' 'cppunit') makedepends=('cmake') provides=('gr-binviz') source=('git+https://github.com/CBrunsch/BinViz.git') |