summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKarel Pärlin2021-12-11 08:50:20 +0200
committerKarel Pärlin2021-12-11 08:50:20 +0200
commita10db07564d59b97ca8006691bd0feeee49fb523 (patch)
tree68c3a8a435954b626a8b2aa8764aaecf21bda3c0 /PKGBUILD
parent8b6e4ebbaf4211d9426f5a219e30bb3582487e8d (diff)
downloadaur-a10db07564d59b97ca8006691bd0feeee49fb523.tar.gz
Replace log4cpp by spdlog
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d9aa5fc3570..8032c15a835c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,19 +5,19 @@
pkgname=gnuradio-git
_gitname=gnuradio
-pkgver=v3.8.0.0.796.ga54c735fa
+pkgver=v3.10.0.0.rc1.22.g7976d7836
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' 'python-gobject' 'cppunit' 'gsl' 'blas' 'guile' 'boost-libs>=1.54' 'libusb' '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' 'libusb' 'portaudio' 'libuhd' 'zeromq' 'libvolk' 'spdlog' 'gtk3')
makedepends=('git' 'boost' 'cmake' 'python-cairo' 'python-yaml' 'python-cheetah3' 'glu' 'pybind11' 'qwt' 'python-sphinx')
optdepends=('python-lxml: Some GRC modules use lxml optionally for improved performance')
source=("git+https://github.com/gnuradio/gnuradio.git")
md5sums=('SKIP')
conflicts=('gnuradio' 'gnuradio-companion')
-provides=('gnuradio' 'gnuradio-companion')
+provides=("gnuradio=$pkgver" "gnuradio-companion=$pkgver")
pkgver() {
cd "$srcdir/$_gitname"