summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNeal Miller2020-03-22 09:32:48 -0500
committerNeal Miller2020-03-22 09:32:48 -0500
commitb25184761c3a81a58692ed40c17d2802fd7e1e45 (patch)
treec25cfae3645ac25b442651e68fba2c619e522e61 /PKGBUILD
parent8c966fdebebe1c8e210f082c089b223335cb24d9 (diff)
downloadaur-b25184761c3a81a58692ed40c17d2802fd7e1e45.tar.gz
move gcc-fortran to makedepends
Signed-off-by: Neal Miller <meltdown03@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5864de00ee31..cf6c03b65f7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=wsjtx-superbuild-git
pkgver=r35.491536f
-pkgrel=3
+pkgrel=4
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' 'qt5-tools')
+depends=('qt5-base' 'qt5-multimedia' 'qt5-serialport' 'libusb' 'libusb-compat' 'fftw')
+makedepends=('cmake' 'git' 'asciidoc' 'asciidoctor' 'qt5-tools' 'gcc-fortran')
provides=('wsjtx')
conflicts=('wsjtx')
source=('git+https://git.code.sf.net/p/wsjt/wsjtx-superbuild/'