summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkarel2020-10-22 09:15:39 +0300
committerkarel2020-10-22 09:15:39 +0300
commitc65ea4295b252ff6af9e1688b058c1b5be9574a3 (patch)
treef8a2b628973c621357e5ff597fc709787f813b10
parent241c156823a1783fad181d7c02944da6b78e23de (diff)
downloadaur-c65ea4295b252ff6af9e1688b058c1b5be9574a3.tar.gz
change libusbx dependency to libusb
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a796a47fa76..cceddbf35ddf 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.580.g20c29ce9d
+ pkgver = v3.8.0.0.734.g912d48596
pkgrel = 1
url = https://github.com/gnuradio/gnuradio
arch = i686
@@ -29,7 +29,7 @@ pkgbase = gnuradio-git
depends = blas
depends = guile
depends = boost-libs>=1.54
- depends = libusbx
+ depends = libusb
depends = portaudio
depends = libuhd
depends = zeromq
diff --git a/PKGBUILD b/PKGBUILD
index ccc9f0817c0d..af8c1ae69a0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname=gnuradio-git
_gitname=gnuradio
-pkgver=v3.8.0.0.580.g20c29ce9d
+pkgver=v3.8.0.0.734.g912d48596
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' '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' 'libusb' 'portaudio' 'libuhd' 'zeromq' 'libvolk' 'log4cpp')
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")