summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aca2e63ff478..8ed04f90ef1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,19 +4,22 @@
_pkgname='gr-limesdr'
pkgname="$_pkgname-git"
pkgver=3.0.1.r69.gd0fac85
-pkgrel=1
+pkgrel=2
pkgdesc='gr-limesdr Plugin for GNURadio'
arch=('x86_64')
url='https://github.com/myriadrf/gr-limesdr'
license=('MIT')
depends=(
+ 'fmt'
'gnuradio'
'limesuite'
'python'
+ 'spdlog'
)
makedepends=(
'boost'
'cmake'
+ 'doxygen'
'git'
'pybind11'
)