summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkarel2019-11-20 09:23:19 +0200
committerkarel2019-11-20 09:23:19 +0200
commit1dfcee14e51ac49ef5fd7f7c3c4ed89c8e59af4b (patch)
tree7dccd30f23d662590fb5f3291ac2d05c0f96811c /PKGBUILD
parentbe639cae4819df8a9a2c37d32ef98086034bb8c0 (diff)
downloadaur-1dfcee14e51ac49ef5fd7f7c3c4ed89c8e59af4b.tar.gz
add python-gobject dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index edbfde8e626a..119f0e1d6112 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,16 +5,16 @@
pkgname=gnuradio-git
_gitname=gnuradio
-pkgver=v3.8.0.0.79.gc750d104d
+pkgver=v3.8.0.0.80.gd53136afd
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' 'python-gobject' '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' 'qwt' 'python-sphinx')
optdepends=('python-lxml: Some GRC modules use lxml optionally for improved performance')
-source=("git+https://github.com/gnuradio/gnuradio.git")
+source=("git+https://github.com/karel/gnuradio.git#branch=json_loads_encoding")
md5sums=('SKIP')
conflicts=('gnuradio' 'gnuradio-companion')
provides=('gnuradio' 'gnuradio-companion')