summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkarel2019-07-23 13:07:22 +0300
committerkarel2019-07-23 13:07:22 +0300
commitc7e94525f0825d0fccf3d38ca670008173b7c2e7 (patch)
treea01d5e2ff68fbbd349580a5bcb41e1c402a35c0d
parentc5c51c159ee1ce85db736d9707051f63dd5f1a8e (diff)
downloadaur-c7e94525f0825d0fccf3d38ca670008173b7c2e7.tar.gz
reinstate libvolk-git as dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ff612f65580..cd7ca93add5a 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 = 3.8tech.preview.430.g490b46dfb
+ pkgver = v3.8.0.0.rc2.5.gc57004b61
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
+ depends = libvolk-git
depends = log4cpp
optdepends = python-lxml: Some GRC modules use lxml optionally for improved performance
provides = gnuradio
diff --git a/PKGBUILD b/PKGBUILD
index 5cf00c4d5e82..b7589ed6d1c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname=gnuradio-git
_gitname=gnuradio
-pkgver=3.8tech.preview.430.g490b46dfb
+pkgver=v3.8.0.0.rc2.5.gc57004b61
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' '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-git' '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")