summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorVanya A. Sergeev2020-01-04 03:10:20 -0600
committerVanya A. Sergeev2020-01-04 03:10:35 -0600
commit28754ee8c143db5213ad318765eacc6a3fbc5486 (patch)
tree3ca52fab7c1bd1f757345b3ed25cc521d38b2a95 /.SRCINFO
parent89dc01dad62bd5072563cdba46a3dafbf316220c (diff)
downloadaur-28754ee8c143db5213ad318765eacc6a3fbc5486.tar.gz
Move real-time deps from optdepends to depends
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO8
1 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 964176648a43..a921f7eab4d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = luaradio
pkgdesc = A lightweight, embeddable software-defined radio framework built on LuaJIT
pkgver = 0.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://luaradio.io
arch = i686
arch = x86_64
arch = armv7h
license = MIT
depends = luajit
- optdepends = liquid-dsp: acceleration
- optdepends = libvolk: acceleration
- optdepends = fftw: acceleration
+ depends = liquid-dsp
+ depends = libvolk
+ depends = fftw
optdepends = gnuplot: plotting support
source = git+https://github.com/vsergeev/luaradio.git#tag=v0.6.0
md5sums = SKIP