summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Gatzweiler2017-07-04 08:23:21 +0200
committerThomas Gatzweiler2017-07-04 08:23:21 +0200
commit4aeef5bc28ee294024538f2cd5ede69c5e332a58 (patch)
tree3fd19a2392484fa69125fd4768043fd5f0fa43ba
parent9db30bf2d879db978c176e6fde2ab06eebbb8e3c (diff)
downloadaur-4aeef5bc28ee294024538f2cd5ede69c5e332a58.tar.gz
Add asciidoctor as dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfd18e04b922..3edaf8333e01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Jan 14 15:38:03 UTC 2017
+# Tue Jul 4 06:23:01 UTC 2017
pkgbase = wsjtx
pkgdesc = Software for Amateur Radio Weak-Signal Communication (JT9 and JT65)
pkgver = 1.7.0
@@ -10,6 +10,7 @@ pkgbase = wsjtx
license = GPL-3
makedepends = cmake
makedepends = asciidoc
+ makedepends = asciidoctor
depends = qt5-base
depends = qt5-multimedia
depends = qt5-serialport
diff --git a/PKGBUILD b/PKGBUILD
index 8294e9fe09ab..8c576b156a54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')