summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal2022-06-28 18:48:30 -0500
committerNeal2022-06-28 18:48:30 -0500
commit6a89562bfd6387d844377064ded1c72fece34aeb (patch)
tree84ca64406979b0dd33506a2954737f1d91c21a59
parentd64568eb45a3f30837e12f14e38ea1f1368e4a5d (diff)
downloadaur-6a89562bfd6387d844377064ded1c72fece34aeb.tar.gz
Change hamlib dependency to binary hamlib, not hamlib-git
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5007e9458cfa..88ebbd3b0f13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wsjtx-git
pkgdesc = Software for Amateur Radio Weak-Signal Communication (JT9 and JT65)
pkgver = r9383.6744bc546
- pkgrel = 1
+ pkgrel = 2
url = http://physics.princeton.edu/pulsar/k1jt/wsjtx.html
arch = i686
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = wsjtx-git
depends = libusb
depends = libusb-compat
depends = fftw
- depends = hamlib-git
+ depends = hamlib
provides = wsjtx
conflicts = wsjtx
source = git+https://git.code.sf.net/p/wsjt/wsjtx/#tag=master
diff --git a/PKGBUILD b/PKGBUILD
index 452e75348e73..db40d6ec0fcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=wsjtx-git
pkgver=r9383.6744bc546
-pkgrel=1
+pkgrel=2
pkgdesc='Software for Amateur Radio Weak-Signal Communication (JT9 and JT65)'
# change _wsjtx_tag to other versions such as wsjtx-2.5.0-rc1
_wsjtx_tag=master
arch=('i686' 'x86_64')
url='http://physics.princeton.edu/pulsar/k1jt/wsjtx.html'
license=('GPL3')
-depends=('qt5-base' 'qt5-multimedia' 'qt5-serialport' 'libusb' 'libusb-compat' 'fftw' 'hamlib-git')
+depends=('qt5-base' 'qt5-multimedia' 'qt5-serialport' 'libusb' 'libusb-compat' 'fftw' 'hamlib')
makedepends=('cmake' 'git' 'asciidoctor' 'asciidoc' 'qt5-tools' 'gcc-fortran' 'boost' 'portaudio')
provides=('wsjtx')
conflicts=('wsjtx')