summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkarel2019-09-26 16:41:17 +0300
committerkarel2019-09-26 16:41:17 +0300
commitdf6379283a4ab0a0b66d1ddef91f3aa939d9423e (patch)
tree8ee262c543c29648f62331055a34a9b0371ec82d
parentc7e94525f0825d0fccf3d38ca670008173b7c2e7 (diff)
downloadaur-df6379283a4ab0a0b66d1ddef91f3aa939d9423e.tar.gz
libvolk as dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd7ca93add5a..c83d1be1960f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnuradio-git
pkgdesc = General purpose DSP and SDR toolkit, with drivers for usrp and fcd.
- pkgver = v3.8.0.0.rc2.5.gc57004b61
+ pkgver = v3.8.0.0.41.g00c1b64fd
pkgrel = 1
url = https://github.com/gnuradio/gnuradio
arch = i686
@@ -35,7 +35,7 @@ pkgbase = gnuradio-git
depends = portaudio
depends = libuhd
depends = zeromq
- depends = libvolk-git
+ depends = libvolk
depends = log4cpp
optdepends = python-lxml: Some GRC modules use lxml optionally for improved performance
provides = gnuradio
diff --git a/PKGBUILD b/PKGBUILD
index b7589ed6d1c8..4d4b0cce97ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname=gnuradio-git
_gitname=gnuradio
-pkgver=v3.8.0.0.rc2.5.gc57004b61
+pkgver=v3.8.0.0.41.g00c1b64fd
pkgrel=1
pkgdesc="General purpose DSP and SDR toolkit, with drivers for usrp and fcd."
arch=('i686' 'x86_64')
url="https://github.com/gnuradio/gnuradio"
license=('GPL')
-depends=('fftw' 'python' 'python-numpy' 'python-mako' 'python-click' 'python-click-plugins' 'python-pyqt5' 'cppunit' 'gsl' 'blas' 'guile' 'boost-libs>=1.54' 'libusbx' 'portaudio' 'libuhd' 'zeromq' 'libvolk-git' 'log4cpp')
+depends=('fftw' 'python' 'python-numpy' 'python-mako' 'python-click' 'python-click-plugins' 'python-pyqt5' 'cppunit' 'gsl' 'blas' 'guile' 'boost-libs>=1.54' 'libusbx' 'portaudio' 'libuhd' 'zeromq' 'libvolk' 'log4cpp')
makedepends=('git' 'boost' 'cmake' 'python-cairo' 'python-yaml' 'python-cheetah' 'glu' 'swig' 'pygtk' 'wxpython' 'qwtplot3d' 'qwt' 'python-sphinx')
optdepends=('python-lxml: Some GRC modules use lxml optionally for improved performance')
source=("git+https://github.com/gnuradio/gnuradio.git")