summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal Miller2019-07-15 17:57:36 -0500
committerNeal Miller2019-07-15 17:57:36 -0500
commit439b33ff9c95cdf9b646219a54e0e4c3ca1b0381 (patch)
treefb6eb21a4b30514bd53dbc65ef10ea7183ee47b8
parentf9465d0f98d7e902b5b4dbc40627d20adab9e545 (diff)
downloadaur-439b33ff9c95cdf9b646219a54e0e4c3ca1b0381.tar.gz
move qt5-tools to makedepends
Signed-off-by: Neal Miller <meltdown03@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b896a272a18..ca1274b90a5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wsjtx-git
pkgdesc = Software for Amateur Radio Weak-Signal Communication (JT9 and JT65)
- pkgver = r5020.7ddcb798
+ pkgver = r5460.24fcd17a
pkgrel = 1
url = http://physics.princeton.edu/pulsar/k1jt/wsjtx.html
arch = i686
@@ -10,10 +10,10 @@ pkgbase = wsjtx-git
makedepends = git
makedepends = asciidoctor
makedepends = asciidoc
+ makedepends = qt5-tools
depends = qt5-base
depends = qt5-multimedia
depends = qt5-serialport
- depends = qt5-tools
depends = libusb
depends = libusb-compat
depends = fftw
diff --git a/PKGBUILD b/PKGBUILD
index 6a09b17f8ab6..0a38341766a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Thomas Gatzweiler <thomas.gatzweiler@gmail.com> wsjtx-svn maintainer
pkgname=wsjtx-git
-pkgver=r5020.7ddcb798
+pkgver=r5460.24fcd17a
pkgrel=1
pkgdesc='Software for Amateur Radio Weak-Signal Communication (JT9 and JT65)'
# change _wsjtx_tag to other versions such as wsjtx-2.1.0-rc5
@@ -10,8 +10,8 @@ _wsjtx_tag=master
arch=('i686' 'x86_64')
url='http://physics.princeton.edu/pulsar/k1jt/wsjtx.html'
license=('GPL-3')
-depends=('qt5-base' 'qt5-multimedia' 'qt5-serialport' 'qt5-tools' 'libusb' 'libusb-compat' 'fftw' 'gcc-fortran' 'hamlib')
-makedepends=('cmake' 'git' 'asciidoctor' 'asciidoc')
+depends=('qt5-base' 'qt5-multimedia' 'qt5-serialport' 'libusb' 'libusb-compat' 'fftw' 'gcc-fortran' 'hamlib')
+makedepends=('cmake' 'git' 'asciidoctor' 'asciidoc' 'qt5-tools')
provides=('wsjtx')
conflicts=('wsjtx')
source=("git+https://git.code.sf.net/p/wsjt/wsjtx/#tag=$_wsjtx_tag"