summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkarel2019-07-09 09:42:55 +0300
committerkarel2019-07-09 09:42:55 +0300
commita44ea7331238c1df52e0785bc1b5fad9bc19ea36 (patch)
treec9e8459e9edfc6f2f45eec546866e4ea903c8c1a /PKGBUILD
parent034f5331d2ec12f47532d333efcdf8925a750469 (diff)
downloadaur-a44ea7331238c1df52e0785bc1b5fad9bc19ea36.tar.gz
add python-click and python-click-plugins dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c27223ada308..442444c9e1e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,16 +5,16 @@
pkgname=gnuradio-git
_gitname=gnuradio
-pkgver=3.8tech.preview.381.g27dd99e49
+pkgver=3.8tech.preview.430.g490b46dfb
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' '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' '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://github.com/gnuradio/gnuradio.git")
+source=("git+https://github.com/gnuradio/gnuradio.git")
md5sums=('SKIP')
conflicts=('gnuradio' 'gnuradio-companion')
provides=('gnuradio' 'gnuradio-companion')