summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVanya A. Sergeev2019-12-13 00:27:40 -0600
committerVanya A. Sergeev2019-12-13 00:27:40 -0600
commit607516a76879ea2ef8ef52d2df81e84375a58368 (patch)
tree070bec18c2c1a80112b048aaed9b2cdbbf14e39d
parent5737dc540d963fe43d1d00fd802fc641cede0381 (diff)
downloadaur-607516a76879ea2ef8ef52d2df81e84375a58368.tar.gz
Add descriptions to optdepends
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 91de48348040..e9bf18b2c671 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,9 @@ arch=('i686' 'x86_64' 'armv7h')
url="http://luaradio.io"
license=('MIT')
depends=('luajit')
-optdepends=('libvolk' 'fftw')
+optdepends=('liquid-dsp: acceleration'
+ 'libvolk: acceleration'
+ 'fftw: acceleration')
source=("git+https://github.com/vsergeev/luaradio.git#tag=v$pkgver")
md5sums=('SKIP')