summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVadim Yanitskiy2023-08-13 17:48:31 +0700
committerVadim Yanitskiy2023-08-13 17:48:38 +0700
commitf5301d2df2b18e29eff7bf44881568b6b5b46e1e (patch)
tree74873cc841b1ae632aa041e7a7d733297d3ba5a3 /PKGBUILD
parentba489a7671e75809c394c1e59749abe1c603cd92 (diff)
downloadaur-gr-fosphor-git.tar.gz
Add missing deps, update $source to gitea.osmocom.org
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c1c61cb329d..7741ab1b07b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=gr-fosphor-git
pkgver=r133.7b6b996
-pkgrel=1
+pkgrel=2
pkgdesc="GNU Radio block for RTSA-like spectrum visualization using OpenCL and OpenGL acceleration"
arch=('any')
url="https://osmocom.org/projects/sdr/wiki/fosphor"
license=('GPL3')
-depends=('gnuradio' 'boost-libs' 'glfw' 'ocl-icd' 'freetype2')
-makedepends=('cmake' 'boost' 'opencl-headers')
+depends=('gnuradio' 'pybind11' 'boost-libs' 'glfw' 'ocl-icd' 'freetype2')
+makedepends=('git' 'cmake' 'boost' 'opencl-headers')
provides=('gr-fosphor')
-source=('git://git.osmocom.org/gr-fosphor')
+source=('git+https://gitea.osmocom.org/sdr/gr-fosphor.git')
sha1sums=('SKIP')
_gitname=gr-fosphor