summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAI5C2024-04-19 11:18:34 -0700
committerAI5C2024-04-19 11:18:34 -0700
commit0ccb35900da5b1e1cac71a8a21179151725e237d (patch)
tree00504d0860ec61945ca7ff04aea3963f25efc0ef /PKGBUILD
parent4f45003bd47f0826f18fda4eeff23f5c1f6c9671 (diff)
downloadaur-wsjtx.tar.gz
update build flags exclusion to only LTO
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30d22125c192..52d16c230c99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=wsjtx
pkgver=2.6.1
-pkgrel=2
+pkgrel=3
pkgdesc="Software for Amateur Radio Weak-Signal Communication (JT9 and JT65)"
arch=('i686' 'x86_64' 'aarch64')
url="http://physics.princeton.edu/pulsar/k1jt/wsjtx.html"
license=('GPL-3')
makedepends=(cmake asciidoc asciidoctor boost git)
-options=('!buildflags')
+options=('!lto')
depends=(qt5-base qt5-multimedia qt5-serialport qt5-tools libusb libusb-compat gcc-fortran libpulse libpng fftw make patch)
# source=(http://physics.princeton.edu/pulsar/K1JT/$pkgname-$pkgver.tgz)
source=(http://downloads.sourceforge.net/sourceforge/wsjt/$pkgname-$pkgver.tgz)