summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNeal2018-06-22 23:31:55 -0500
committerNeal2018-06-22 23:31:55 -0500
commit0d0d44f1a6bcda6470a5e7802cdf2ca65e08a1d1 (patch)
treea3e7af2eb0295f88755732381e66ee012c736a28 /PKGBUILD
parenta9c3d7e9b19126709248143726ea6ff7ef8f5e00 (diff)
downloadaur-0d0d44f1a6bcda6470a5e7802cdf2ca65e08a1d1.tar.gz
Added "hamlib libraries" fix to patch instead of seperate "sed" command
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4946a71bb9e..5fb9afb63426 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=wsjtx-git
pkgver=r4218.f962caac
-pkgrel=1
+pkgrel=2
pkgdesc='Software for Amateur Radio Weak-Signal Communication (JT9 and JT65)'
arch=('i686' 'x86_64')
url='http://physics.princeton.edu/pulsar/k1jt/wsjtx.html'
@@ -15,7 +15,7 @@ conflicts=('wsjtx')
source=('git+https://git.code.sf.net/p/wsjt/wsjtx/'
'wsjtx.patch')
md5sums=('SKIP'
- 'c5a2c0b91c2709e070d7ebcb75621354')
+ 'db95112aa92f4f974df85c4afc50fedc')
pkgver() {
cd "$srcdir/${pkgname%-git}"
@@ -26,7 +26,6 @@ prepare() {
cp wsjtx.patch "$srcdir/${pkgname%-git}"
cd "$srcdir/${pkgname%-git}"
patch -i wsjtx.patch
- sed -ri 's/^find_package \(hamlib 3 REQUIRED\)/set \(hamlib_LIBRARIES hamlib\)/' CMakeLists.txt
}
build() {