summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77650590fae0..05cbae09c7c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
pkgbase = wsjtx
pkgdesc = Software for Amateur Radio Weak-Signal Communication (JT9 and JT65)
pkgver = 2.5.4
- pkgrel = 1
+ pkgrel = 2
url = http://physics.princeton.edu/pulsar/k1jt/wsjtx.html
arch = i686
arch = x86_64
+ arch = aarch64
license = GPL-3
makedepends = cmake
makedepends = asciidoc
makedepends = asciidoctor
makedepends = boost
+ makedepends = git
depends = qt5-base
depends = qt5-multimedia
depends = qt5-serialport
diff --git a/PKGBUILD b/PKGBUILD
index 3cb4878b36a6..ccb2a795e93b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=wsjtx
pkgver=2.5.4
-pkgrel=1
+pkgrel=2
pkgdesc="Software for Amateur Radio Weak-Signal Communication (JT9 and JT65)"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url="http://physics.princeton.edu/pulsar/k1jt/wsjtx.html"
license=('GPL-3')
-makedepends=(cmake asciidoc asciidoctor boost)
+makedepends=(cmake asciidoc asciidoctor boost git)
depends=(qt5-base qt5-multimedia qt5-serialport qt5-tools libusb libusb-compat gcc-fortran libpulse libpng fftw)
source=(http://physics.princeton.edu/pulsar/K1JT/$pkgname-$pkgver.tgz)
sha512sums=('c4092d03af3346f0244d942c3db693f5d2c1ed7a2ec9077ded039b7d162e15abdaf09dcb9997d1833d25c366eb03a0dab6114313d423e7e2c9ff37d965261efc')