summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8f615f5ab38..ca95322b1e99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
-
diff --git a/PKGBUILD b/PKGBUILD
index 261144e43975..9507b431755e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')