summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal2019-07-16 07:00:16 -0500
committerNeal2019-07-16 07:00:16 -0500
commit1cb1a9f926556ee8840afc3c6d24842b953de59a (patch)
tree081bdbe8d81c82a25ca1000c5fe3f732415d1448
parent91458750b031d36de2789a906e510eae22e265f0 (diff)
downloadaur-1cb1a9f926556ee8840afc3c6d24842b953de59a.tar.gz
add 'qt5-tools' as a makedepend
Signed-off-by: Neal <ac9qd@protonmail.com>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af0855ceeabc..1df6c0ae5968 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wsjtx-superbuild-git
pkgdesc = Software for Amateur Radio Weak-Signal Communication (JT9 and JT65) - Superbuild/git version, hamlib not required
pkgver = r35.491536f
- pkgrel = 1
+ pkgrel = 2
url = http://physics.princeton.edu/pulsar/k1jt/wsjtx.html
arch = i686
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = wsjtx-superbuild-git
makedepends = git
makedepends = asciidoc
makedepends = asciidoctor
+ makedepends = qt5-tools
depends = qt5-base
depends = qt5-multimedia
depends = qt5-serialport
diff --git a/PKGBUILD b/PKGBUILD
index 294374189655..387b6c022362 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=wsjtx-superbuild-git
pkgver=r35.491536f
-pkgrel=1
+pkgrel=2
pkgdesc='Software for Amateur Radio Weak-Signal Communication (JT9 and JT65) - Superbuild/git version, hamlib not required'
arch=('i686' 'x86_64')
url='http://physics.princeton.edu/pulsar/k1jt/wsjtx.html'
license=('GPL-3')
depends=('qt5-base' 'qt5-multimedia' 'qt5-serialport' 'libusb' 'libusb-compat' 'fftw' 'gcc-fortran')
-makedepends=('cmake' 'git' 'asciidoc' 'asciidoctor')
+makedepends=('cmake' 'git' 'asciidoc' 'asciidoctor' 'qt5-tools')
provides=('wsjtx')
conflicts=('wsjtx')
source=('git+https://git.code.sf.net/p/wsjt/wsjtx-superbuild/'