summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoshua Rubin2021-12-09 09:58:56 -0700
committerJoshua Rubin2021-12-09 09:58:56 -0700
commit81003774ec830b0a3ced646f084c98187e260a8a (patch)
tree6e30e7ff54ee4605696190c33f693ed4c7a674db /PKGBUILD
parenteec3d53cdfdcd89f19c899bae8c1acf2c2243880 (diff)
downloadaur-81003774ec830b0a3ced646f084c98187e260a8a.tar.gz
change gcc-9 dep to just gcc
Signed-off-by: Joshua Rubin <me@jawa.dev>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2701020ad87d..450b66a99136 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=jtdx
pkgver=2.2.156
_pkgver=156_corrected
-pkgrel=2
+pkgrel=3
pkgdesc='For amateur radio communication using very weak signals. Forked from WSJT-X.'
arch=('x86_64')
url='https://github.com/jtdx-project/jtdx'
license=('GPL3')
depends=('fftw' 'portaudio' 'hamlib' 'qt5-serialport' 'qt5-multimedia' 'qt5-websockets')
-makedepends=('cmake' 'asciidoctor' "jtdxhamlib=4.2" 'gcc9' 'gcc9-fortran' 'qt5-tools' 'asciidoc')
+makedepends=('cmake' 'asciidoctor' "jtdxhamlib=4.2" 'gcc' 'gcc-fortran' 'qt5-tools' 'asciidoc')
source=("${pkgname}-${_pkgver}.tar.gz::https://github.com/jtdx-project/${pkgname}/archive/${_pkgver}.tar.gz")
md5sums=('9c611338694c5f72ca3ab2898dae7f4e')
sha1sums=('8c18fd61d7eead992ecc7a7bc3fb72a06485929e')