summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNeal Miller2019-05-27 12:11:03 -0500
committerNeal Miller2019-05-27 12:11:03 -0500
commit6626faf9770c2a821cf581c47047082594884e19 (patch)
tree1a722e01e2ff25b18e0445d869ad2818b2e8322b /PKGBUILD
parent33022f829114f1fe6cd42f8c5ddc9a7d39465b83 (diff)
downloadaur-6626faf9770c2a821cf581c47047082594884e19.tar.gz
update patch and add option to select tag
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 4ef0c108b9b6..d1691b980c39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,10 @@
# Contributor: Thomas Gatzweiler <thomas.gatzweiler@gmail.com> wsjtx-svn maintainer
pkgname=wsjtx-git
-pkgver=r4933.784f75ea
+pkgver=r5020.7ddcb798
pkgrel=1
pkgdesc='Software for Amateur Radio Weak-Signal Communication (JT9 and JT65)'
+_wsjtx_tag=master
arch=('i686' 'x86_64')
url='http://physics.princeton.edu/pulsar/k1jt/wsjtx.html'
license=('GPL-3')
@@ -12,10 +13,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/'
+source=('git+https://git.code.sf.net/p/wsjt/wsjtx/#tag=$_wsjtx_tag'
'wsjtx.patch')
md5sums=('SKIP'
- 'db95112aa92f4f974df85c4afc50fedc')
+ '7f736f90de84106b1c899d1be464f530')
pkgver() {
cd "$srcdir/${pkgname%-git}"