summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVanya A. Sergeev2019-12-13 00:28:07 -0600
committerVanya A. Sergeev2019-12-13 00:28:07 -0600
commit6c3bf1008b63d01ec88abcc281beeb0de4334843 (patch)
tree04f864fa1fde263a990b2f3e9bedc1050ad7b174
parent607516a76879ea2ef8ef52d2df81e84375a58368 (diff)
downloadaur-6c3bf1008b63d01ec88abcc281beeb0de4334843.tar.gz
Add gnuplot to optdepends
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9bf18b2c671..42189295cf1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,8 @@ license=('MIT')
depends=('luajit')
optdepends=('liquid-dsp: acceleration'
'libvolk: acceleration'
- 'fftw: acceleration')
+ 'fftw: acceleration'
+ 'gnuplot: plotting support')
source=("git+https://github.com/vsergeev/luaradio.git#tag=v$pkgver")
md5sums=('SKIP')