summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkarel2019-11-20 09:23:19 +0200
committerkarel2019-11-20 09:23:19 +0200
commit1dfcee14e51ac49ef5fd7f7c3c4ed89c8e59af4b (patch)
tree7dccd30f23d662590fb5f3291ac2d05c0f96811c
parentbe639cae4819df8a9a2c37d32ef98086034bb8c0 (diff)
downloadaur-1dfcee14e51ac49ef5fd7f7c3c4ed89c8e59af4b.tar.gz
add python-gobject dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28eb0990f9db..f049f38fa403 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.79.gc750d104d
+ pkgver = v3.8.0.0.80.gd53136afd
pkgrel = 1
url = https://github.com/gnuradio/gnuradio
arch = i686
@@ -24,6 +24,7 @@ pkgbase = gnuradio-git
depends = python-click
depends = python-click-plugins
depends = python-pyqt5
+ depends = python-gobject
depends = cppunit
depends = gsl
depends = blas
@@ -40,7 +41,7 @@ pkgbase = gnuradio-git
provides = gnuradio-companion
conflicts = gnuradio
conflicts = gnuradio-companion
- source = git+https://github.com/gnuradio/gnuradio.git
+ source = git+https://github.com/karel/gnuradio.git#branch=json_loads_encoding
md5sums = SKIP
pkgname = gnuradio-git
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')