summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNeal Miller2019-05-27 12:19:04 -0500
committerNeal Miller2019-05-27 12:19:04 -0500
commit7044f78ee221ef4926c5329db2c9bcb0353f24ea (patch)
tree408332418a321a9345e41ca1cc044ccd6b81522c /PKGBUILD
parent6626faf9770c2a821cf581c47047082594884e19 (diff)
downloadaur-7044f78ee221ef4926c5329db2c9bcb0353f24ea.tar.gz
fix last commit
Signed-off-by: Neal Miller <meltdown03@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1691b980c39..0ec604346758 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,6 +5,7 @@ pkgname=wsjtx-git
pkgver=r5020.7ddcb798
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
_wsjtx_tag=master
arch=('i686' 'x86_64')
url='http://physics.princeton.edu/pulsar/k1jt/wsjtx.html'
@@ -13,10 +14,10 @@ depends=('qt5-base' 'qt5-multimedia' 'qt5-serialport' 'libusb' 'libusb-compat' '
makedepends=('cmake' 'git' 'asciidoctor' 'asciidoc')
provides=('wsjtx')
conflicts=('wsjtx')
-source=('git+https://git.code.sf.net/p/wsjt/wsjtx/#tag=$_wsjtx_tag'
- 'wsjtx.patch')
+source=("git+https://git.code.sf.net/p/wsjt/wsjtx/#tag=$_wsjtx_tag"
+ "wsjtx.patch")
md5sums=('SKIP'
- '7f736f90de84106b1c899d1be464f530')
+ 'c344fe634d4a9d1b15300970f0fa019b')
pkgver() {
cd "$srcdir/${pkgname%-git}"