diff options
author | Thomas Gatzweiler | 2017-07-04 08:23:21 +0200 |
---|---|---|
committer | Thomas Gatzweiler | 2017-07-04 08:23:21 +0200 |
commit | 4aeef5bc28ee294024538f2cd5ede69c5e332a58 (patch) | |
tree | 3fd19a2392484fa69125fd4768043fd5f0fa43ba /PKGBUILD | |
parent | 9db30bf2d879db978c176e6fde2ab06eebbb8e3c (diff) | |
download | aur-4aeef5bc28ee294024538f2cd5ede69c5e332a58.tar.gz |
Add asciidoctor as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ pkgdesc="Software for Amateur Radio Weak-Signal Communication (JT9 and JT65)" arch=('i686' 'x86_64') url="http://physics.princeton.edu/pulsar/k1jt/wsjtx.html" license=('GPL-3') -makedepends=(cmake asciidoc) +makedepends=(cmake asciidoc asciidoctor) depends=(qt5-base qt5-multimedia qt5-serialport libusb libusb-compat gcc-fortran libpulse libpng fftw) source=(http://physics.princeton.edu/pulsar/K1JT/$pkgname-$pkgver.tgz) md5sums=('e4db733da2e61ac72b39840f143db0ac') |